#3454AA

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

Shades of Cerulean Blue #3454AA

Tints of Cerulean Blue #3454AA

Color information

#3454AA (or 0x3454AA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 54 and AA. RGB value is (52,84,170). Sum of RGB (Red+Green+Blue) = 52+84+170=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #3454AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3454AA is #CBAB55. Grayscale: #535353. Windows color (decimal): -13347670 or 11162676. OLE color: 11162676.

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

Color convert

RGB5284170-
CMYK0.690.5100.33
HSL223.73º53.15%43.53%-
HSV(B)223.73º69.41%66.67%-
XYZ11.849.9739.33-
YUV84.24176.4105.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=16.99%
G=27.45%
B=55.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52841700.690.5100.33223.7353.1543.53
Hex3454AA4533021e0352c
Octal64124252105630413406554
Binary1101001010100101010101000101110011010000111100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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