#324EB7

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

Shades of Cerulean Blue #324EB7

Tints of Cerulean Blue #324EB7

Color information

#324EB7 (or 0x324EB7) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4E and B7. RGB value is (50,78,183). Sum of RGB (Red+Green+Blue) = 50+78+183=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #324EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EB7 is #CDB148. Grayscale: #515151. Windows color (decimal): -13480265 or 12013106. OLE color: 12013106.

HSL color Cylindrical-coordinate representation of color #324EB7: hue angle of 227.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324EB7 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5078183-
CMYK0.730.5700.28
HSL227.37º57.08%45.69%-
HSV(B)227.37º72.68%71.76%-
XYZ12.599.5545.98-
YUV81.6185.22105.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 183 (71.88% from 255) = 58.84%
R=16.08%
G=25.08%
B=58.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50781830.730.5700.28227.3757.0845.69
Hex324EB7493901Ce3392e
Octal62116267111710343437156
Binary110010100111010110111100100111100101110011100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,78,183); }

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

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

 a { background-color: rgb(50,78,183); }

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

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

 span { border-color: rgb(50,78,183); }

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