Html Css Color HEX #3162C6 Cerulean Blue

📋 copy color: '#3162C6'

red 49 ◦ green 98 ◦ blue 198

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

Shades of Cerulean Blue #3162C6

Tints of Cerulean Blue #3162C6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 14.2%
G = 28.41%
B = 57.39%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3162C6 (or 0x3162C6) is known color: Cerulean Blue. HEX triplet: 31, 62 and C6. RGB value is (49,98,198). Sum of RGB (Red+Green+Blue) = 49+98+198=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #3162C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162C6 is #CE9D39. Grayscale: #5E5E5E. Windows color (decimal): -13540666 or 13001265. OLE color: 13001265.

HSL color Cylindrical-coordinate representation of color #3162C6: hue angle of 220.27º 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 #3162C6 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 98 198 -
CMYK 0.75 0.51 0 0.22
HSL 220.27º 0.6% 0.48% -
HSV(B) 220.27º 0.75% 0.78% -
XYZ 15.83 13.47 55.19 -
YUV 94.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 49 98 198 0.75 0.51 0 0.22 220.27 0.6 0.48
Hex 31 62 C6 4B 33 0 16 DC 3C 30
Octal 61 142 306 113 63 0 26 334 74 60
Binary 110001 1100010 11000110 1001011 110011 0 10110 11011100 111100 110000

Color Harmonies of #3162C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162C6

Black with #3162C6

Text Example


Text Example

White with #3162C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3162C6; }

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

 H1.HeaderClassName
 {
   color: #3162C6;
 }
 .AnyTagClassName
 {
   color: #3162C6;
 }
</style>

background-color css

<style>
 a { background-color: #3162C6; }

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

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

border-color css

<style>
 span { border-color: #3162C6; }

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

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