Html Css Color HEX #425999 Mariner

📋 copy color: '#425999'

red 66 ◦ green 89 ◦ blue 153

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

Shades of Mariner #425999

Tints of Mariner #425999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 21.43%
G = 28.9%
B = 49.68%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#425999 (or 0x425999) is known color: Mariner. HEX triplet: 42, 59 and 99. RGB value is (66,89,153). Sum of RGB (Red+Green+Blue) = 66+89+153=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #425999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425999 is #BDA666. Grayscale: #595959. Windows color (decimal): -12428903 or 10049858. OLE color: 10049858.

HSL color Cylindrical-coordinate representation of color #425999: hue angle of 224.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425999 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 89 153 -
CMYK 0.57 0.42 0 0.4
HSL 224.14º 0.4% 0.43% -
HSV(B) 224.14º 0.57% 0.6% -
XYZ 11.57 10.6 31.57 -
YUV 89.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 66 89 153 0.57 0.42 0 0.4 224.14 0.4 0.43
Hex 42 59 99 39 2A 0 28 E0 28 2B
Octal 102 131 231 71 52 0 50 340 50 53
Binary 1000010 1011001 10011001 111001 101010 0 101000 11100000 101000 101011

Color Harmonies of #425999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425999

Black with #425999

Text Example


Text Example

White with #425999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425999; }

 p { color: rgb(66,89,153); }

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

background-color css

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

 a { background-color: rgb(66,89,153); }

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

border-color css

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

 span { border-color: rgb(66,89,153); }

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