#3254BF

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

Shades of Cerulean Blue #3254BF

Tints of Cerulean Blue #3254BF

Color information

#3254BF (or 0x3254BF) is unknown color: approx Cerulean Blue. HEX triplet: 32, 54 and BF. RGB value is (50,84,191). Sum of RGB (Red+Green+Blue) = 50+84+191=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #3254BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254BF is #CDAB40. Grayscale: #555555. Windows color (decimal): -13478721 or 12538930. OLE color: 12538930.

HSL color Cylindrical-coordinate representation of color #3254BF: hue angle of 225.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3254BF is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5084191-
CMYK0.740.5600.25
HSL225.53º58.51%47.25%-
HSV(B)225.53º73.82%74.9%-
XYZ13.8910.7850.64-
YUV86.03187.24102.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 191 (75% from 255) = 58.77%
R=15.38%
G=25.85%
B=58.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50841910.740.5600.25225.5358.5147.25
Hex3254BF4A38019e23b2f
Octal62124277112700313427357
Binary110010101010010111111100101011100001100111100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3254BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3254BF; }

 p { color: rgb(50,84,191); }

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

<style>
 a { background-color: #3254BF; }

 a { background-color: rgb(50,84,191); }

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

<style>
 span { border-color: #3254BF; }

 span { border-color: rgb(50,84,191); }

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