#3454AD

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

Shades of Cerulean Blue #3454AD

Tints of Cerulean Blue #3454AD

Color information

#3454AD (or 0x3454AD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 54 and AD. RGB value is (52,84,173). Sum of RGB (Red+Green+Blue) = 52+84+173=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3454AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3454AD is #CBAB52. Grayscale: #545454. Windows color (decimal): -13347667 or 11359284. OLE color: 11359284.

HSL color Cylindrical-coordinate representation of color #3454AD: hue angle of 224.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3454AD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5284173-
CMYK0.700.5100.32
HSL224.13º53.78%44.12%-
HSV(B)224.13º69.94%67.84%-
XYZ12.1310.0940.84-
YUV84.58177.9104.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=16.83%
G=27.18%
B=55.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52841730.700.5100.32224.1353.7844.12
Hex3454AD4633020e0362c
Octal64124255106630403406654
Binary1101001010100101011011000110110011010000011100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3454AD; }

 p { color: rgb(52,84,173); }

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

<style>
 a { background-color: #3454AD; }

 a { background-color: rgb(52,84,173); }

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

<style>
 span { border-color: #3454AD; }

 span { border-color: rgb(52,84,173); }

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