Html Css Color HEX #425899 Mariner

📋 copy color: '#425899'

red 66 ◦ green 88 ◦ blue 153

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

Shades of Mariner #425899

Tints of Mariner #425899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 21.5%
G = 28.66%
B = 49.84%

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

#425899 (or 0x425899) is known color: Mariner. HEX triplet: 42, 58 and 99. RGB value is (66,88,153). Sum of RGB (Red+Green+Blue) = 66+88+153=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #425899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425899 is #BDA766. Grayscale: #585858. Windows color (decimal): -12429159 or 10049602. OLE color: 10049602.

HSL color Cylindrical-coordinate representation of color #425899: hue angle of 224.83º 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 #425899 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 88 153 -
CMYK 0.57 0.42 0 0.4
HSL 224.83º 0.4% 0.43% -
HSV(B) 224.83º 0.57% 0.6% -
XYZ 11.49 10.44 31.55 -
YUV 88.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 66 88 153 0.57 0.42 0 0.4 224.83 0.4 0.43
Hex 42 58 99 39 2A 0 28 E1 28 2B
Octal 102 130 231 71 52 0 50 341 50 53
Binary 1000010 1011000 10011001 111001 101010 0 101000 11100001 101000 101011

Color Harmonies of #425899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425899

Black with #425899

Text Example


Text Example

White with #425899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425899; }

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

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

background-color css

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

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

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

border-color css

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

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

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