#3255AE

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

Shades of Cerulean Blue #3255AE

Tints of Cerulean Blue #3255AE

Color information

#3255AE (or 0x3255AE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 55 and AE. RGB value is (50,85,174). Sum of RGB (Red+Green+Blue) = 50+85+174=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #3255AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3255AE is #CDAA51. Grayscale: #545454. Windows color (decimal): -13478482 or 11425074. OLE color: 11425074.

HSL color Cylindrical-coordinate representation of color #3255AE: hue angle of 223.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3255AE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5085174-
CMYK0.710.5100.32
HSL223.06º55.36%43.92%-
HSV(B)223.06º71.26%68.24%-
XYZ12.210.2341.38-
YUV84.68178.4103.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=16.18%
G=27.51%
B=56.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50851740.710.5100.32223.0655.3643.92
Hex3255AE4733020df372c
Octal62125256107630403376754
Binary1100101010101101011101000111110011010000011011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3255AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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