#3244A6

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

Shades of Cerulean Blue #3244A6

Tints of Cerulean Blue #3244A6

Color information

#3244A6 (or 0x3244A6) is unknown color: approx Cerulean Blue. HEX triplet: 32, 44 and A6. RGB value is (50,68,166). Sum of RGB (Red+Green+Blue) = 50+68+166=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 166 (65.23% from 255 or 58.45% from 284); Max value from RGB is 166 - color contains mainly: blue. Hex color #3244A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3244A6 is #CDBB59. Grayscale: #494949. Windows color (decimal): -13482842 or 10896434. OLE color: 10896434.

HSL color Cylindrical-coordinate representation of color #3244A6: hue angle of 230.69º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3244A6 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5068166-
CMYK0.700.5900.35
HSL230.69º53.7%42.35%-
HSV(B)230.69º69.88%65.1%-
XYZ10.277.5737-
YUV73.79180.04111.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 166 (65.23% from 255) = 58.45%
R=17.61%
G=23.94%
B=58.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50681660.700.5900.35230.6953.742.35
Hex3244A6463B023e7362a
Octal62104246106730433476652
Binary1100101000100101001101000110111011010001111100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3244A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3244A6; }

 p { color: rgb(50,68,166); }

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

<style>
 a { background-color: #3244A6; }

 a { background-color: rgb(50,68,166); }

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

<style>
 span { border-color: #3244A6; }

 span { border-color: rgb(50,68,166); }

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