#3448A9

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

Shades of Cerulean Blue #3448A9

Tints of Cerulean Blue #3448A9

Color information

#3448A9 (or 0x3448A9) is unknown color: approx Cerulean Blue. HEX triplet: 34, 48 and A9. RGB value is (52,72,169). Sum of RGB (Red+Green+Blue) = 52+72+169=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #3448A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3448A9 is #CBB756. Grayscale: #4C4C4C. Windows color (decimal): -13350743 or 11094068. OLE color: 11094068.

HSL color Cylindrical-coordinate representation of color #3448A9: hue angle of 229.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3448A9 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5272169-
CMYK0.690.5700.34
HSL229.74º52.94%43.33%-
HSV(B)229.74º69.23%66.27%-
XYZ10.898.2338.55-
YUV77.08179.87110.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 169 (66.41% from 255) = 57.68%
R=17.75%
G=24.57%
B=57.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52721690.690.5700.34229.7452.9443.33
Hex3448A94539022e6352b
Octal64110251105710423466553
Binary1101001001000101010011000101111001010001011100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3448A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3448A9; }

 p { color: rgb(52,72,169); }

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

<style>
 a { background-color: #3448A9; }

 a { background-color: rgb(52,72,169); }

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

<style>
 span { border-color: #3448A9; }

 span { border-color: rgb(52,72,169); }

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