#3358B9

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

Shades of Cerulean Blue #3358B9

Tints of Cerulean Blue #3358B9

Color information

#3358B9 (or 0x3358B9) is unknown color: approx Cerulean Blue. HEX triplet: 33, 58 and B9. RGB value is (51,88,185). Sum of RGB (Red+Green+Blue) = 51+88+185=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #3358B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358B9 is #CCA746. Grayscale: #575757. Windows color (decimal): -13412167 or 12146739. OLE color: 12146739.

HSL color Cylindrical-coordinate representation of color #3358B9: hue angle of 223.43º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3358B9 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5188185-
CMYK0.720.5200.27
HSL223.43º56.78%46.27%-
HSV(B)223.43º72.43%72.55%-
XYZ13.6111.1947.34-
YUV88182.74101.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 185 (72.66% from 255) = 57.10%
R=15.74%
G=27.16%
B=57.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51881850.720.5200.27223.4356.7846.27
Hex3358B9483401Bdf392e
Octal63130271110640333377156
Binary110011101100010111001100100011010001101111011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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