#3358AB

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

Shades of Cerulean Blue #3358AB

Tints of Cerulean Blue #3358AB

Color information

#3358AB (or 0x3358AB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 58 and AB. RGB value is (51,88,171). Sum of RGB (Red+Green+Blue) = 51+88+171=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3358AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3358AB is #CCA754. Grayscale: #565656. Windows color (decimal): -13412181 or 11229235. OLE color: 11229235.

HSL color Cylindrical-coordinate representation of color #3358AB: hue angle of 221.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3358AB is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5188171-
CMYK0.700.4900.33
HSL221.5º54.05%43.53%-
HSV(B)221.5º70.18%67.06%-
XYZ12.2110.6239.94-
YUV86.4175.74102.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=16.45%
G=28.39%
B=55.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51881710.700.4900.33221.554.0543.53
Hex3358AB4631021de362c
Octal63130253106610413366654
Binary1100111011000101010111000110110001010000111011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3358AB; }

 p { color: rgb(51,88,171); }

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

<style>
 a { background-color: #3358AB; }

 a { background-color: rgb(51,88,171); }

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

<style>
 span { border-color: #3358AB; }

 span { border-color: rgb(51,88,171); }

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