#3254AC

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

Shades of Cerulean Blue #3254AC

Tints of Cerulean Blue #3254AC

Color information

#3254AC (or 0x3254AC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 54 and AC. RGB value is (50,84,172). Sum of RGB (Red+Green+Blue) = 50+84+172=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #3254AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3254AC is #CDAB53. Grayscale: #535353. Windows color (decimal): -13478740 or 11293746. OLE color: 11293746.

HSL color Cylindrical-coordinate representation of color #3254AC: hue angle of 223.28º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3254AC is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5084172-
CMYK0.710.5100.33
HSL223.28º54.95%43.53%-
HSV(B)223.28º70.93%67.45%-
XYZ11.931040.33-
YUV83.87177.74103.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=16.34%
G=27.45%
B=56.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50841720.710.5100.33223.2854.9543.53
Hex3254AC4733021df372c
Octal62124254107630413376754
Binary1100101010100101011001000111110011010000111011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3254AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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