#3449AD

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

Shades of Cerulean Blue #3449AD

Tints of Cerulean Blue #3449AD

Color information

#3449AD (or 0x3449AD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 49 and AD. RGB value is (52,73,173). Sum of RGB (Red+Green+Blue) = 52+73+173=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #3449AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3449AD is #CBB652. Grayscale: #4D4D4D. Windows color (decimal): -13350483 or 11356468. OLE color: 11356468.

HSL color Cylindrical-coordinate representation of color #3449AD: hue angle of 229.59º 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 #3449AD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5273173-
CMYK0.700.5800.32
HSL229.59º53.78%44.12%-
HSV(B)229.59º69.94%67.84%-
XYZ11.348.5140.58-
YUV78.12181.54109.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 173 (67.97% from 255) = 58.05%
R=17.45%
G=24.50%
B=58.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52731730.700.5800.32229.5953.7844.12
Hex3449AD463A020e6362c
Octal64111255106720403466654
Binary1101001001001101011011000110111010010000011100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3449AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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