Html Css Color HEX #455EAA Mariner

📋 copy color: '#455EAA'

red 69 ◦ green 94 ◦ blue 170

#455EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #455EAA

Tints of Mariner #455EAA

RGB

 RED value IS 69 (27.34% from 255) = 20.72%

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 20.72%
G = 28.23%
B = 51.05%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#455EAA (or 0x455EAA) is known color: Mariner. HEX triplet: 45, 5E and AA. RGB value is (69,94,170). Sum of RGB (Red+Green+Blue) = 69+94+170=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #455EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EAA is #BAA155. Grayscale: #5E5E5E. Windows color (decimal): -12230998 or 11165253. OLE color: 11165253.

HSL color Cylindrical-coordinate representation of color #455EAA: hue angle of 225.15º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455EAA is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 94 170 -
CMYK 0.59 0.45 0 0.33
HSL 225.15º 0.42% 0.47% -
HSV(B) 225.15º 0.59% 0.67% -
XYZ 13.71 12.17 39.66 -
YUV 95.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 69 94 170 0.59 0.45 0 0.33 225.15 0.42 0.47
Hex 45 5E AA 3B 2D 0 21 E1 2A 2F
Octal 105 136 252 73 55 0 41 341 52 57
Binary 1000101 1011110 10101010 111011 101101 0 100001 11100001 101010 101111

Color Harmonies of #455EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455EAA

Black with #455EAA

Text Example


Text Example

White with #455EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455EAA; }

 p { color: rgb(69,94,170); }

 H1.HeaderClassName
 {
   color: #455EAA;
 }
 .AnyTagClassName
 {
   color: #455EAA;
 }
</style>

background-color css

<style>
 a { background-color: #455EAA; }

 a { background-color: rgb(69,94,170); }

 div.DivClassName
 {
   background-color: #455EAA;
 }
 .BgClassName
 {
   background-color: #455EAA;
 }
</style>

border-color css

<style>
 span { border-color: #455EAA; }

 span { border-color: rgb(69,94,170); }

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