#3450A9

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

Shades of Cerulean Blue #3450A9

Tints of Cerulean Blue #3450A9

Color information

#3450A9 (or 0x3450A9) is unknown color: approx Cerulean Blue. HEX triplet: 34, 50 and A9. RGB value is (52,80,169). Sum of RGB (Red+Green+Blue) = 52+80+169=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #3450A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3450A9 is #CBAF56. Grayscale: #515151. Windows color (decimal): -13348695 or 11096116. OLE color: 11096116.

HSL color Cylindrical-coordinate representation of color #3450A9: hue angle of 225.64º 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 #3450A9 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5280169-
CMYK0.690.5300.34
HSL225.64º52.94%43.33%-
HSV(B)225.64º69.23%66.27%-
XYZ11.459.3338.73-
YUV81.77177.22106.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 169 (66.41% from 255) = 56.15%
R=17.28%
G=26.58%
B=56.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52801690.690.5300.34225.6452.9443.33
Hex3450A94535022e2352b
Octal64120251105650423426553
Binary1101001010000101010011000101110101010001011100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3450A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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