#3454AF

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

Shades of Cerulean Blue #3454AF

Tints of Cerulean Blue #3454AF

Color information

#3454AF (or 0x3454AF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 54 and AF. RGB value is (52,84,175). Sum of RGB (Red+Green+Blue) = 52+84+175=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3454AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3454AF is #CBAB50. Grayscale: #545454. Windows color (decimal): -13347665 or 11490356. OLE color: 11490356.

HSL color Cylindrical-coordinate representation of color #3454AF: hue angle of 224.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3454AF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5284175-
CMYK0.700.5200.31
HSL224.39º54.19%44.51%-
HSV(B)224.39º70.29%68.63%-
XYZ12.3210.1741.87-
YUV84.81178.9104.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=16.72%
G=27.01%
B=56.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52841750.700.5200.31224.3954.1944.51
Hex3454AF463401Fe0362d
Octal64124257106640373406655
Binary110100101010010101111100011011010001111111100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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