Html Css Color HEX #425893 Mariner

📋 copy color: '#425893'

red 66 ◦ green 88 ◦ blue 147

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

Shades of Mariner #425893

Tints of Mariner #425893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 21.93%
G = 29.24%
B = 48.84%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#425893 (or 0x425893) is known color: Mariner. HEX triplet: 42, 58 and 93. RGB value is (66,88,147). Sum of RGB (Red+Green+Blue) = 66+88+147=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #425893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425893 is #BDA76C. Grayscale: #575757. Windows color (decimal): -12429165 or 9656386. OLE color: 9656386.

HSL color Cylindrical-coordinate representation of color #425893: hue angle of 223.7º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425893 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 88 147 -
CMYK 0.55 0.40 0 0.42
HSL 223.7º 0.38% 0.42% -
HSV(B) 223.7º 0.55% 0.58% -
XYZ 11 10.24 29 -
YUV 88.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 66 88 147 0.55 0.40 0 0.42 223.7 0.38 0.42
Hex 42 58 93 37 28 0 2A E0 26 2A
Octal 102 130 223 67 50 0 52 340 46 52
Binary 1000010 1011000 10010011 110111 101000 0 101010 11100000 100110 101010

Color Harmonies of #425893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425893

Black with #425893

Text Example


Text Example

White with #425893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425893; }

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

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

background-color css

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

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

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

border-color css

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

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

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