#3246AA

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

Shades of Cerulean Blue #3246AA

Tints of Cerulean Blue #3246AA

Color information

#3246AA (or 0x3246AA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 46 and AA. RGB value is (50,70,170). Sum of RGB (Red+Green+Blue) = 50+70+170=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #3246AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3246AA is #CDB955. Grayscale: #4B4B4B. Windows color (decimal): -13482326 or 11159090. OLE color: 11159090.

HSL color Cylindrical-coordinate representation of color #3246AA: hue angle of 230º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3246AA is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5070170-
CMYK0.710.5900.33
HSL230º54.55%43.14%-
HSV(B)230º70.59%66.67%-
XYZ10.767.9639-
YUV75.42181.37109.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=17.24%
G=24.14%
B=58.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50701700.710.5900.3323054.5543.14
Hex3246AA473B021e6372b
Octal62106252107730413466753
Binary1100101000110101010101000111111011010000111100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3246AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3246AA; }

 p { color: rgb(50,70,170); }

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

<style>
 a { background-color: #3246AA; }

 a { background-color: rgb(50,70,170); }

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

<style>
 span { border-color: #3246AA; }

 span { border-color: rgb(50,70,170); }

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