Html Css Color HEX #315ACC Cerulean Blue

📋 copy color: '#315ACC'

red 49 ◦ green 90 ◦ blue 204

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

Shades of Cerulean Blue #315ACC

Tints of Cerulean Blue #315ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 14.29%
G = 26.24%
B = 59.48%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#315ACC (or 0x315ACC) is known color: Cerulean Blue. HEX triplet: 31, 5A and CC. RGB value is (49,90,204). Sum of RGB (Red+Green+Blue) = 49+90+204=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #315ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ACC is #CEA533. Grayscale: #5A5A5A. Windows color (decimal): -13542708 or 13392433. OLE color: 13392433.

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

Color convert

RGB 49 90 204 -
CMYK 0.76 0.56 0 0.2
HSL 224.13º 0.61% 0.5% -
HSV(B) 224.13º 0.76% 0.8% -
XYZ 15.82 12.32 58.67 -
YUV 90.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 49 90 204 0.76 0.56 0 0.2 224.13 0.61 0.5
Hex 31 5A CC 4C 38 0 14 E0 3D 32
Octal 61 132 314 114 70 0 24 340 75 62
Binary 110001 1011010 11001100 1001100 111000 0 10100 11100000 111101 110010

Color Harmonies of #315ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ACC

Black with #315ACC

Text Example


Text Example

White with #315ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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