Html Css Color HEX #315ECC Cerulean Blue

📋 copy color: '#315ECC'

red 49 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #315ECC

Tints of Cerulean Blue #315ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 14.12%
G = 27.09%
B = 58.79%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#315ECC (or 0x315ECC) is known color: Cerulean Blue. HEX triplet: 31, 5E and CC. RGB value is (49,94,204). Sum of RGB (Red+Green+Blue) = 49+94+204=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #315ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ECC is #CEA133. Grayscale: #5C5C5C. Windows color (decimal): -13541684 or 13393457. OLE color: 13393457.

HSL color Cylindrical-coordinate representation of color #315ECC: hue angle of 222.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315ECC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 94 204 -
CMYK 0.76 0.54 0 0.2
HSL 222.58º 0.61% 0.5% -
HSV(B) 222.58º 0.76% 0.8% -
XYZ 16.17 13.02 58.79 -
YUV 93.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 49 94 204 0.76 0.54 0 0.2 222.58 0.61 0.5
Hex 31 5E CC 4C 36 0 14 DF 3D 32
Octal 61 136 314 114 66 0 24 337 75 62
Binary 110001 1011110 11001100 1001100 110110 0 10100 11011111 111101 110010

Color Harmonies of #315ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ECC

Black with #315ECC

Text Example


Text Example

White with #315ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315ECC; }

 p { color: rgb(49,94,204); }

 H1.HeaderClassName
 {
   color: #315ECC;
 }
 .AnyTagClassName
 {
   color: #315ECC;
 }
</style>

background-color css

<style>
 a { background-color: #315ECC; }

 a { background-color: rgb(49,94,204); }

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

border-color css

<style>
 span { border-color: #315ECC; }

 span { border-color: rgb(49,94,204); }

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