#3248BD

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

Shades of Cerulean Blue #3248BD

Tints of Cerulean Blue #3248BD

Color information

#3248BD (or 0x3248BD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 48 and BD. RGB value is (50,72,189). Sum of RGB (Red+Green+Blue) = 50+72+189=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #3248BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3248BD is #CDB742. Grayscale: #4E4E4E. Windows color (decimal): -13481795 or 12404786. OLE color: 12404786.

HSL color Cylindrical-coordinate representation of color #3248BD: hue angle of 230.5º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3248BD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5072189-
CMYK0.740.6200.26
HSL230.5º58.16%46.86%-
HSV(B)230.5º73.54%74.12%-
XYZ12.828.9949.2-
YUV78.76190.21107.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 189 (74.22% from 255) = 60.77%
R=16.08%
G=23.15%
B=60.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50721890.740.6200.26230.558.1646.86
Hex3248BD4A3E01Ae73a2f
Octal62110275112760323477257
Binary110010100100010111101100101011111001101011100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3248BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3248BD; }

 p { color: rgb(50,72,189); }

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

<style>
 a { background-color: #3248BD; }

 a { background-color: rgb(50,72,189); }

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

<style>
 span { border-color: #3248BD; }

 span { border-color: rgb(50,72,189); }

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