#3255BC

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

Shades of Cerulean Blue #3255BC

Tints of Cerulean Blue #3255BC

Color information

#3255BC (or 0x3255BC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 55 and BC. RGB value is (50,85,188). Sum of RGB (Red+Green+Blue) = 50+85+188=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #3255BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255BC is #CDAA43. Grayscale: #555555. Windows color (decimal): -13478468 or 12342578. OLE color: 12342578.

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

Color convert

RGB5085188-
CMYK0.730.5500.26
HSL224.78º57.98%46.67%-
HSV(B)224.78º73.4%73.73%-
XYZ13.6410.8148.94-
YUV86.28185.4102.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=15.48%
G=26.32%
B=58.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50851880.730.5500.26224.7857.9846.67
Hex3255BC493701Ae13a2f
Octal62125274111670323417257
Binary110010101010110111100100100111011101101011100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3255BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3255BC; }

 p { color: rgb(50,85,188); }

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

<style>
 a { background-color: #3255BC; }

 a { background-color: rgb(50,85,188); }

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

<style>
 span { border-color: #3255BC; }

 span { border-color: rgb(50,85,188); }

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