#3358B1

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

Shades of Cerulean Blue #3358B1

Tints of Cerulean Blue #3358B1

Color information

#3358B1 (or 0x3358B1) is unknown color: approx Cerulean Blue. HEX triplet: 33, 58 and B1. RGB value is (51,88,177). Sum of RGB (Red+Green+Blue) = 51+88+177=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #3358B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3358B1 is #CCA74E. Grayscale: #565656. Windows color (decimal): -13412175 or 11622451. OLE color: 11622451.

HSL color Cylindrical-coordinate representation of color #3358B1: hue angle of 222.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3358B1 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5188177-
CMYK0.710.5000.31
HSL222.38º55.26%44.71%-
HSV(B)222.38º71.19%69.41%-
XYZ12.7910.8643.02-
YUV87.08178.74102.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 177 (69.53% from 255) = 56.01%
R=16.14%
G=27.85%
B=56.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51881770.710.5000.31222.3855.2644.71
Hex3358B1473201Fde372d
Octal63130261107620373366755
Binary110011101100010110001100011111001001111111011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3358B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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