#3158AE

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

Shades of Cerulean Blue #3158AE

Tints of Cerulean Blue #3158AE

Color information

#3158AE (or 0x3158AE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 58 and AE. RGB value is (49,88,174). Sum of RGB (Red+Green+Blue) = 49+88+174=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #3158AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3158AE is #CEA751. Grayscale: #555555. Windows color (decimal): -13543250 or 11425841. OLE color: 11425841.

HSL color Cylindrical-coordinate representation of color #3158AE: hue angle of 221.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3158AE is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4988174-
CMYK0.720.4900.32
HSL221.28º56.05%43.73%-
HSV(B)221.28º71.84%68.24%-
XYZ12.410.6941.45-
YUV86.14177.58101.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=15.76%
G=28.30%
B=55.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49881740.720.4900.32221.2856.0543.73
Hex3158AE4831020dd382c
Octal61130256110610403357054
Binary1100011011000101011101001000110001010000011011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3158AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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