Html Css Color HEX #318ECB Curious Blue

📋 copy color: '#318ECB'

red 49 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #318ECB

Tints of Curious Blue #318ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 12.44%
G = 36.04%
B = 51.52%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#318ECB (or 0x318ECB) is known color: Curious Blue. HEX triplet: 31, 8E and CB. RGB value is (49,142,203). Sum of RGB (Red+Green+Blue) = 49+142+203=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #318ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ECB is #CE7134. Grayscale: #787878. Windows color (decimal): -13529397 or 13340209. OLE color: 13340209.

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

Color convert

RGB 49 142 203 -
CMYK 0.76 0.30 0 0.20
HSL 203.77º 0.61% 0.49% -
HSV(B) 203.77º 0.76% 0.8% -
XYZ 21.72 24.31 60.05 -
YUV 121.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 49 142 203 0.76 0.30 0 0.20 203.77 0.61 0.49
Hex 31 8E CB 4C 1E 0 14 CC 3D 31
Octal 61 216 313 114 36 0 24 314 75 61
Binary 110001 10001110 11001011 1001100 11110 0 10100 11001100 111101 110001

Color Harmonies of #318ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318ECB

Black with #318ECB

Text Example


Text Example

White with #318ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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