Html Css Color HEX #318EC9 Curious Blue

📋 copy color: '#318EC9'

red 49 ◦ green 142 ◦ blue 201

#318EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #318EC9

Tints of Curious Blue #318EC9

RGB

 RED value IS 49 (19.53% from 255) = 12.5%

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 12.5%
G = 36.22%
B = 51.28%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#318EC9 (or 0x318EC9) is known color: Curious Blue. HEX triplet: 31, 8E and C9. RGB value is (49,142,201). Sum of RGB (Red+Green+Blue) = 49+142+201=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #318EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EC9 is #CE7136. Grayscale: #787878. Windows color (decimal): -13529399 or 13209137. OLE color: 13209137.

HSL color Cylindrical-coordinate representation of color #318EC9: hue angle of 203.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318EC9 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 142 201 -
CMYK 0.76 0.29 0 0.21
HSL 203.29º 0.61% 0.49% -
HSV(B) 203.29º 0.76% 0.79% -
XYZ 21.48 24.22 58.8 -
YUV 120.92 173.19 76.7 -
System Red Green Blue C M Y K H S L
Decimal 49 142 201 0.76 0.29 0 0.21 203.29 0.61 0.49
Hex 31 8E C9 4C 1D 0 15 CB 3D 31
Octal 61 216 311 114 35 0 25 313 75 61
Binary 110001 10001110 11001001 1001100 11101 0 10101 11001011 111101 110001

Color Harmonies of #318EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EC9

Black with #318EC9

Text Example


Text Example

White with #318EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318EC9; }

 p { color: rgb(49,142,201); }

 H1.HeaderClassName
 {
   color: #318EC9;
 }
 .AnyTagClassName
 {
   color: #318EC9;
 }
</style>

background-color css

<style>
 a { background-color: #318EC9; }

 a { background-color: rgb(49,142,201); }

 div.DivClassName
 {
   background-color: #318EC9;
 }
 .BgClassName
 {
   background-color: #318EC9;
 }
</style>

border-color css

<style>
 span { border-color: #318EC9; }

 span { border-color: rgb(49,142,201); }

 td.TdClassName
 {
   border-color: #318EC9;
 }
 .TagClassName
 {
   border-color: #318EC9;
 }
</style>