#324DC7

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

Shades of Cerulean Blue #324DC7

Tints of Cerulean Blue #324DC7

Color information

#324DC7 (or 0x324DC7) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4D and C7. RGB value is (50,77,199). Sum of RGB (Red+Green+Blue) = 50+77+199=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #324DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DC7 is #CDB238. Grayscale: #525252. Windows color (decimal): -13480505 or 13061426. OLE color: 13061426.

HSL color Cylindrical-coordinate representation of color #324DC7: hue angle of 229.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324DC7 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5077199-
CMYK0.750.6100.22
HSL229.13º59.84%48.82%-
HSV(B)229.13º74.87%78.04%-
XYZ14.2810.1155.23-
YUV82.84193.55104.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 199 (78.12% from 255) = 61.04%
R=15.34%
G=23.62%
B=61.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50771990.750.6100.22229.1359.8448.82
Hex324DC74B3D016e53c31
Octal62115307113750263457461
Binary110010100110111000111100101111110101011011100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324DC7; }

 p { color: rgb(50,77,199); }

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

<style>
 a { background-color: #324DC7; }

 a { background-color: rgb(50,77,199); }

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

<style>
 span { border-color: #324DC7; }

 span { border-color: rgb(50,77,199); }

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