#3055B2

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

Shades of Cerulean Blue #3055B2

Tints of Cerulean Blue #3055B2

Color information

#3055B2 (or 0x3055B2) is unknown color: approx Cerulean Blue. HEX triplet: 30, 55 and B2. RGB value is (48,85,178). Sum of RGB (Red+Green+Blue) = 48+85+178=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #3055B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3055B2 is #CFAA4D. Grayscale: #545454. Windows color (decimal): -13609550 or 11687216. OLE color: 11687216.

HSL color Cylindrical-coordinate representation of color #3055B2: hue angle of 222.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3055B2 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4885178-
CMYK0.730.5200.30
HSL222.92º57.52%44.31%-
HSV(B)222.92º73.03%69.8%-
XYZ12.510.3443.46-
YUV84.54180.74101.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 178 (69.92% from 255) = 57.23%
R=15.43%
G=27.33%
B=57.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48851780.730.5200.30222.9257.5244.31
Hex3055B2493401Edf3a2c
Octal60125262111640363377254
Binary110000101010110110010100100111010001111011011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3055B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3055B2; }

 p { color: rgb(48,85,178); }

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

<style>
 a { background-color: #3055B2; }

 a { background-color: rgb(48,85,178); }

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

<style>
 span { border-color: #3055B2; }

 span { border-color: rgb(48,85,178); }

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