#3244CA

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

Shades of Cerulean Blue #3244CA

Tints of Cerulean Blue #3244CA

Color information

#3244CA (or 0x3244CA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 44 and CA. RGB value is (50,68,202). Sum of RGB (Red+Green+Blue) = 50+68+202=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #3244CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3244CA is #CDBB35. Grayscale: #4D4D4D. Windows color (decimal): -13482806 or 13255730. OLE color: 13255730.

HSL color Cylindrical-coordinate representation of color #3244CA: hue angle of 232.89º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3244CA is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5068202-
CMYK0.750.6600.21
HSL232.89º60.32%49.41%-
HSV(B)232.89º75.25%79.22%-
XYZ14.049.0856.89-
YUV77.89198.04108.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 202 (79.30% from 255) = 63.12%
R=15.62%
G=21.25%
B=63.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50682020.750.6600.21232.8960.3249.41
Hex3244CA4B42015e93c31
Octal621043121131020253517461
Binary1100101000100110010101001011100001001010111101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3244CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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