Html Css Color HEX #425C9D Mariner

📋 copy color: '#425C9D'

red 66 ◦ green 92 ◦ blue 157

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

Shades of Mariner #425C9D

Tints of Mariner #425C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 20.95%
G = 29.21%
B = 49.84%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#425C9D (or 0x425C9D) is known color: Mariner. HEX triplet: 42, 5C and 9D. RGB value is (66,92,157). Sum of RGB (Red+Green+Blue) = 66+92+157=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #425C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C9D is #BDA362. Grayscale: #5B5B5B. Windows color (decimal): -12428131 or 10312770. OLE color: 10312770.

HSL color Cylindrical-coordinate representation of color #425C9D: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #425C9D is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 92 157 -
CMYK 0.58 0.41 0 0.38
HSL 222.86º 0.41% 0.44% -
HSV(B) 222.86º 0.58% 0.62% -
XYZ 12.16 11.25 33.43 -
YUV 91.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 66 92 157 0.58 0.41 0 0.38 222.86 0.41 0.44
Hex 42 5C 9D 3A 29 0 26 DF 29 2C
Octal 102 134 235 72 51 0 46 337 51 54
Binary 1000010 1011100 10011101 111010 101001 0 100110 11011111 101001 101100

Color Harmonies of #425C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C9D

Black with #425C9D

Text Example


Text Example

White with #425C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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