#3450AF

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

Shades of Cerulean Blue #3450AF

Tints of Cerulean Blue #3450AF

Color information

#3450AF (or 0x3450AF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 50 and AF. RGB value is (52,80,175). Sum of RGB (Red+Green+Blue) = 52+80+175=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #3450AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3450AF is #CBAF50. Grayscale: #525252. Windows color (decimal): -13348689 or 11489332. OLE color: 11489332.

HSL color Cylindrical-coordinate representation of color #3450AF: hue angle of 226.34º 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 #3450AF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5280175-
CMYK0.700.5400.31
HSL226.34º54.19%44.51%-
HSV(B)226.34º70.29%68.63%-
XYZ12.029.5641.77-
YUV82.46180.22106.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=16.94%
G=26.06%
B=57.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52801750.700.5400.31226.3454.1944.51
Hex3450AF463601Fe2362d
Octal64120257106660373426655
Binary110100101000010101111100011011011001111111100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3450AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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