#324ECB

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

Shades of Cerulean Blue #324ECB

Tints of Cerulean Blue #324ECB

Color information

#324ECB (or 0x324ECB) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4E and CB. RGB value is (50,78,203). Sum of RGB (Red+Green+Blue) = 50+78+203=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #324ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ECB is #CDB134. Grayscale: #535353. Windows color (decimal): -13480245 or 13323826. OLE color: 13323826.

HSL color Cylindrical-coordinate representation of color #324ECB: hue angle of 229.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324ECB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5078203-
CMYK0.750.6200.20
HSL229.02º60.47%49.61%-
HSV(B)229.02º75.37%79.61%-
XYZ14.8210.4457.73-
YUV83.88195.22103.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 203 (79.69% from 255) = 61.33%
R=15.11%
G=23.56%
B=61.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50782030.750.6200.20229.0260.4749.61
Hex324ECB4B3E014e53c32
Octal62116313113760243457462
Binary110010100111011001011100101111111001010011100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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