#3158BC

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

Shades of Cerulean Blue #3158BC

Tints of Cerulean Blue #3158BC

Color information

#3158BC (or 0x3158BC) is unknown color: approx Cerulean Blue. HEX triplet: 31, 58 and BC. RGB value is (49,88,188). Sum of RGB (Red+Green+Blue) = 49+88+188=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #3158BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3158BC is #CEA743. Grayscale: #575757. Windows color (decimal): -13543236 or 12343345. OLE color: 12343345.

HSL color Cylindrical-coordinate representation of color #3158BC: hue angle of 223.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3158BC is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4988188-
CMYK0.740.5300.26
HSL223.17º58.65%46.47%-
HSV(B)223.17º73.94%73.73%-
XYZ13.8311.2649.02-
YUV87.74184.58100.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=15.08%
G=27.08%
B=57.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49881880.740.5300.26223.1758.6546.47
Hex3158BC4A3501Adf3b2e
Octal61130274112650323377356
Binary110001101100010111100100101011010101101011011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3158BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3158BC; }

 p { color: rgb(49,88,188); }

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

<style>
 a { background-color: #3158BC; }

 a { background-color: rgb(49,88,188); }

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

<style>
 span { border-color: #3158BC; }

 span { border-color: rgb(49,88,188); }

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