#3166BE

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

Shades of Cerulean Blue #3166BE

Tints of Cerulean Blue #3166BE

Color information

#3166BE (or 0x3166BE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 66 and BE. RGB value is (49,102,190). Sum of RGB (Red+Green+Blue) = 49+102+190=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #3166BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166BE is #CE9941. Grayscale: #5F5F5F. Windows color (decimal): -13539650 or 12478001. OLE color: 12478001.

HSL color Cylindrical-coordinate representation of color #3166BE: hue angle of 217.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3166BE is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49102190-
CMYK0.740.4600.25
HSL217.45º59%46.86%-
HSV(B)217.45º74.21%74.51%-
XYZ15.3113.8750.59-
YUV96.18180.9494.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=14.37%
G=29.91%
B=55.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491021900.740.4600.25217.455946.86
Hex3166BE4A2E019d93b2f
Octal61146276112560313317357
Binary110001110011010111110100101010111001100111011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3166BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3166BE; }

 p { color: rgb(49,102,190); }

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

<style>
 a { background-color: #3166BE; }

 a { background-color: rgb(49,102,190); }

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

<style>
 span { border-color: #3166BE; }

 span { border-color: rgb(49,102,190); }

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