#3167BA

Color #3167BA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3167BA

Tints of Cerulean Blue #3167BA

Color information

#3167BA (or 0x3167BA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 67 and BA. RGB value is (49,103,186). Sum of RGB (Red+Green+Blue) = 49+103+186=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3167BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3167BA is #CE9845. Grayscale: #5F5F5F. Windows color (decimal): -13539398 or 12216113. OLE color: 12216113.

HSL color Cylindrical-coordinate representation of color #3167BA: hue angle of 216.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3167BA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49103186-
CMYK0.740.4500.27
HSL216.35º58.3%46.08%-
HSV(B)216.35º73.66%72.94%-
XYZ14.9813.948.35-
YUV96.32178.6194.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=14.50%
G=30.47%
B=55.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491031860.740.4500.27216.3558.346.08
Hex3167BA4A2D01Bd83a2e
Octal61147272112550333307256
Binary110001110011110111010100101010110101101111011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3167BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3167BA;
 }
 .AnyTagClassName
 {
   color: #3167BA;
 }
</style>
background-color css

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

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

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

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

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

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