Html Css Color HEX #315CCC Cerulean Blue

📋 copy color: '#315CCC'

red 49 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #315CCC

Tints of Cerulean Blue #315CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.67%

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

R = 14.2%
G = 26.67%
B = 59.13%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#315CCC (or 0x315CCC) is known color: Cerulean Blue. HEX triplet: 31, 5C and CC. RGB value is (49,92,204). Sum of RGB (Red+Green+Blue) = 49+92+204=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #315CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CCC is #CEA333. Grayscale: #5B5B5B. Windows color (decimal): -13542196 or 13392945. OLE color: 13392945.

HSL color Cylindrical-coordinate representation of color #315CCC: hue angle of 223.35º 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 #315CCC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 92 204 -
CMYK 0.76 0.55 0 0.2
HSL 223.35º 0.61% 0.5% -
HSV(B) 223.35º 0.76% 0.8% -
XYZ 15.99 12.67 58.73 -
YUV 91.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 49 92 204 0.76 0.55 0 0.2 223.35 0.61 0.5
Hex 31 5C CC 4C 37 0 14 DF 3D 32
Octal 61 134 314 114 67 0 24 337 75 62
Binary 110001 1011100 11001100 1001100 110111 0 10100 11011111 111101 110010

Color Harmonies of #315CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CCC

Black with #315CCC

Text Example


Text Example

White with #315CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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