#324dbb

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

Shades of Cerulean Blue #324DBB

Tints of Cerulean Blue #324DBB

Color information

#324DBB (or 0x324DBB) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4D and BB. RGB value is (50,77,187). Sum of RGB (Red+Green+Blue) = 50+77+187=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #324DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DBB is #CDB244. Grayscale: #515151. Windows color (decimal): -13480517 or 12274994. OLE color: 12274994.

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

Color convert

RGB5077187-
CMYK0.730.5900.27
HSL228.18º57.81%46.47%-
HSV(B)228.18º73.26%73.33%-
XYZ12.949.5748.18-
YUV81.47187.55105.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 187 (73.44% from 255) = 59.55%
R=15.92%
G=24.52%
B=59.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50771870.730.5900.27228.1857.8146.47
Hex324DBB493B01Be43a2e
Octal62115273111730333447256
Binary110010100110110111011100100111101101101111100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324dbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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