Html Css Color HEX #316EC8 Cerulean Blue

📋 copy color: '#316EC8'

red 49 ◦ green 110 ◦ blue 200

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

Shades of Cerulean Blue #316EC8

Tints of Cerulean Blue #316EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 200 (78.52% from 255) = 55.71%

R = 13.65%
G = 30.64%
B = 55.71%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#316EC8 (or 0x316EC8) is known color: Cerulean Blue. HEX triplet: 31, 6E and C8. RGB value is (49,110,200). Sum of RGB (Red+Green+Blue) = 49+110+200=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #316EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EC8 is #CE9137. Grayscale: #656565. Windows color (decimal): -13537592 or 13135409. OLE color: 13135409.

HSL color Cylindrical-coordinate representation of color #316EC8: hue angle of 215.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #316EC8 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 110 200 -
CMYK 0.76 0.45 0 0.22
HSL 215.76º 0.61% 0.49% -
HSV(B) 215.76º 0.76% 0.78% -
XYZ 17.27 15.97 56.82 -
YUV 102.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 49 110 200 0.76 0.45 0 0.22 215.76 0.61 0.49
Hex 31 6E C8 4C 2D 0 16 D8 3D 31
Octal 61 156 310 114 55 0 26 330 75 61
Binary 110001 1101110 11001000 1001100 101101 0 10110 11011000 111101 110001

Color Harmonies of #316EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EC8

Black with #316EC8

Text Example


Text Example

White with #316EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316EC8; }

 p { color: rgb(49,110,200); }

 H1.HeaderClassName
 {
   color: #316EC8;
 }
 .AnyTagClassName
 {
   color: #316EC8;
 }
</style>

background-color css

<style>
 a { background-color: #316EC8; }

 a { background-color: rgb(49,110,200); }

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

border-color css

<style>
 span { border-color: #316EC8; }

 span { border-color: rgb(49,110,200); }

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