Html Css Color HEX #425C93 Mariner

📋 copy color: '#425C93'

red 66 ◦ green 92 ◦ blue 147

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

Shades of Mariner #425C93

Tints of Mariner #425C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 21.64%
G = 30.16%
B = 48.2%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#425C93 (or 0x425C93) is known color: Mariner. HEX triplet: 42, 5C and 93. RGB value is (66,92,147). Sum of RGB (Red+Green+Blue) = 66+92+147=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #425C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C93 is #BDA36C. Grayscale: #5A5A5A. Windows color (decimal): -12428141 or 9657410. OLE color: 9657410.

HSL color Cylindrical-coordinate representation of color #425C93: hue angle of 220.74º 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 #425C93 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 92 147 -
CMYK 0.55 0.37 0 0.42
HSL 220.74º 0.38% 0.42% -
HSV(B) 220.74º 0.55% 0.58% -
XYZ 11.34 10.92 29.11 -
YUV 90.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 66 92 147 0.55 0.37 0 0.42 220.74 0.38 0.42
Hex 42 5C 93 37 25 0 2A DD 26 2A
Octal 102 134 223 67 45 0 52 335 46 52
Binary 1000010 1011100 10010011 110111 100101 0 101010 11011101 100110 101010

Color Harmonies of #425C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C93

Black with #425C93

Text Example


Text Example

White with #425C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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