Html Css Color HEX #425AAB Mariner

📋 copy color: '#425AAB'

red 66 ◦ green 90 ◦ blue 171

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

Shades of Mariner #425AAB

Tints of Mariner #425AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 20.18%
G = 27.52%
B = 52.29%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425AAB (or 0x425AAB) is known color: Mariner. HEX triplet: 42, 5A and AB. RGB value is (66,90,171). Sum of RGB (Red+Green+Blue) = 66+90+171=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #425AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AAB is #BDA554. Grayscale: #5B5B5B. Windows color (decimal): -12428629 or 11229762. OLE color: 11229762.

HSL color Cylindrical-coordinate representation of color #425AAB: hue angle of 226.29º 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 #425AAB is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 90 171 -
CMYK 0.61 0.47 0 0.33
HSL 226.29º 0.44% 0.46% -
HSV(B) 226.29º 0.61% 0.67% -
XYZ 13.25 11.41 40.03 -
YUV 92.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 66 90 171 0.61 0.47 0 0.33 226.29 0.44 0.46
Hex 42 5A AB 3D 2F 0 21 E2 2C 2E
Octal 102 132 253 75 57 0 41 342 54 56
Binary 1000010 1011010 10101011 111101 101111 0 100001 11100010 101100 101110

Color Harmonies of #425AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425AAB

Black with #425AAB

Text Example


Text Example

White with #425AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,90,171); }

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

background-color css

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

 a { background-color: rgb(66,90,171); }

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

border-color css

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

 span { border-color: rgb(66,90,171); }

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