#3256A9

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

Shades of Cerulean Blue #3256A9

Tints of Cerulean Blue #3256A9

Color information

#3256A9 (or 0x3256A9) is unknown color: approx Cerulean Blue. HEX triplet: 32, 56 and A9. RGB value is (50,86,169). Sum of RGB (Red+Green+Blue) = 50+86+169=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #3256A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3256A9 is #CDA956. Grayscale: #545454. Windows color (decimal): -13478231 or 11097650. OLE color: 11097650.

HSL color Cylindrical-coordinate representation of color #3256A9: hue angle of 221.85º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3256A9 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5086169-
CMYK0.700.4900.34
HSL221.85º54.34%42.94%-
HSV(B)221.85º70.41%66.27%-
XYZ11.810.238.88-
YUV84.7175.57103.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 169 (66.41% from 255) = 55.41%
R=16.39%
G=28.20%
B=55.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50861690.700.4900.34221.8554.3442.94
Hex3256A94631022de362b
Octal62126251106610423366653
Binary1100101010110101010011000110110001010001011011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3256A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3256A9; }

 p { color: rgb(50,86,169); }

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

<style>
 a { background-color: #3256A9; }

 a { background-color: rgb(50,86,169); }

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

<style>
 span { border-color: #3256A9; }

 span { border-color: rgb(50,86,169); }

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