Html Css Color HEX #3167CC Cerulean Blue

📋 copy color: '#3167CC'

red 49 ◦ green 103 ◦ blue 204

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

Shades of Cerulean Blue #3167CC

Tints of Cerulean Blue #3167CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 13.76%
G = 28.93%
B = 57.3%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3167CC (or 0x3167CC) is known color: Cerulean Blue. HEX triplet: 31, 67 and CC. RGB value is (49,103,204). Sum of RGB (Red+Green+Blue) = 49+103+204=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #3167CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3167CC is #CE9833. Grayscale: #616161. Windows color (decimal): -13539380 or 13395761. OLE color: 13395761.

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

Color convert

RGB 49 103 204 -
CMYK 0.76 0.50 0 0.2
HSL 219.1º 0.61% 0.5% -
HSV(B) 219.1º 0.76% 0.8% -
XYZ 17.02 14.71 59.07 -
YUV 98.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 49 103 204 0.76 0.50 0 0.2 219.1 0.61 0.5
Hex 31 67 CC 4C 32 0 14 DB 3D 32
Octal 61 147 314 114 62 0 24 333 75 62
Binary 110001 1100111 11001100 1001100 110010 0 10100 11011011 111101 110010

Color Harmonies of #3167CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3167CC

Black with #3167CC

Text Example


Text Example

White with #3167CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3167CC; }

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

 H1.HeaderClassName
 {
   color: #3167CC;
 }
 .AnyTagClassName
 {
   color: #3167CC;
 }
</style>

background-color css

<style>
 a { background-color: #3167CC; }

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

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

border-color css

<style>
 span { border-color: #3167CC; }

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

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