#3355BE

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

Shades of Cerulean Blue #3355BE

Tints of Cerulean Blue #3355BE

Color information

#3355BE (or 0x3355BE) is unknown color: approx Cerulean Blue. HEX triplet: 33, 55 and BE. RGB value is (51,85,190). Sum of RGB (Red+Green+Blue) = 51+85+190=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3355BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355BE is #CCAA41. Grayscale: #565656. Windows color (decimal): -13412930 or 12473651. OLE color: 12473651.

HSL color Cylindrical-coordinate representation of color #3355BE: hue angle of 225.32º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3355BE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5185190-
CMYK0.730.5500.25
HSL225.32º57.68%47.25%-
HSV(B)225.32º73.16%74.51%-
XYZ13.9110.9250.09-
YUV86.8186.24102.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=15.64%
G=26.07%
B=58.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51851900.730.5500.25225.3257.6847.25
Hex3355BE4937019e13a2f
Octal63125276111670313417257
Binary110011101010110111110100100111011101100111100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3355BE; }

 p { color: rgb(51,85,190); }

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

<style>
 a { background-color: #3355BE; }

 a { background-color: rgb(51,85,190); }

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

<style>
 span { border-color: #3355BE; }

 span { border-color: rgb(51,85,190); }

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