Html Css Color HEX #316CC6 Cerulean Blue

📋 copy color: '#316CC6'

red 49 ◦ green 108 ◦ blue 198

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

Shades of Cerulean Blue #316CC6

Tints of Cerulean Blue #316CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 198 (77.73% from 255) = 55.77%

R = 13.8%
G = 30.42%
B = 55.77%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#316CC6 (or 0x316CC6) is known color: Cerulean Blue. HEX triplet: 31, 6C and C6. RGB value is (49,108,198). Sum of RGB (Red+Green+Blue) = 49+108+198=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #316CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CC6 is #CE9339. Grayscale: #646464. Windows color (decimal): -13538106 or 13003825. OLE color: 13003825.

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

Color convert

RGB 49 108 198 -
CMYK 0.75 0.45 0 0.22
HSL 216.24º 0.6% 0.48% -
HSV(B) 216.24º 0.75% 0.78% -
XYZ 16.82 15.46 55.52 -
YUV 100.62 182.95 91.18 -
System Red Green Blue C M Y K H S L
Decimal 49 108 198 0.75 0.45 0 0.22 216.24 0.6 0.48
Hex 31 6C C6 4B 2D 0 16 D8 3C 30
Octal 61 154 306 113 55 0 26 330 74 60
Binary 110001 1101100 11000110 1001011 101101 0 10110 11011000 111100 110000

Color Harmonies of #316CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CC6

Black with #316CC6

Text Example


Text Example

White with #316CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,198); }

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

background-color css

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

 a { background-color: rgb(49,108,198); }

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

border-color css

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

 span { border-color: rgb(49,108,198); }

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