Html Css Color HEX #425BAA Mariner

📋 copy color: '#425BAA'

red 66 ◦ green 91 ◦ blue 170

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

Shades of Mariner #425BAA

Tints of Mariner #425BAA

RGB

 RED value IS 66 (26.17% from 255) = 20.18%

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 20.18%
G = 27.83%
B = 51.99%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425BAA (or 0x425BAA) is known color: Mariner. HEX triplet: 42, 5B and AA. RGB value is (66,91,170). Sum of RGB (Red+Green+Blue) = 66+91+170=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #425BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BAA is #BDA455. Grayscale: #5C5C5C. Windows color (decimal): -12428374 or 11164482. OLE color: 11164482.

HSL color Cylindrical-coordinate representation of color #425BAA: hue angle of 225.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425BAA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 91 170 -
CMYK 0.61 0.46 0 0.33
HSL 225.58º 0.44% 0.46% -
HSV(B) 225.58º 0.61% 0.67% -
XYZ 13.24 11.54 39.56 -
YUV 92.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 66 91 170 0.61 0.46 0 0.33 225.58 0.44 0.46
Hex 42 5B AA 3D 2E 0 21 E2 2C 2E
Octal 102 133 252 75 56 0 41 342 54 56
Binary 1000010 1011011 10101010 111101 101110 0 100001 11100010 101100 101110

Color Harmonies of #425BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BAA

Black with #425BAA

Text Example


Text Example

White with #425BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425BAA; }

 p { color: rgb(66,91,170); }

 H1.HeaderClassName
 {
   color: #425BAA;
 }
 .AnyTagClassName
 {
   color: #425BAA;
 }
</style>

background-color css

<style>
 a { background-color: #425BAA; }

 a { background-color: rgb(66,91,170); }

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

border-color css

<style>
 span { border-color: #425BAA; }

 span { border-color: rgb(66,91,170); }

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