Html Css Color HEX #425B9C Mariner

📋 copy color: '#425B9C'

red 66 ◦ green 91 ◦ blue 156

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

Shades of Mariner #425B9C

Tints of Mariner #425B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 21.09%
G = 29.07%
B = 49.84%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#425B9C (or 0x425B9C) is known color: Mariner. HEX triplet: 42, 5B and 9C. RGB value is (66,91,156). Sum of RGB (Red+Green+Blue) = 66+91+156=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #425B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B9C is #BDA463. Grayscale: #5A5A5A. Windows color (decimal): -12428388 or 10246978. OLE color: 10246978.

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

Color convert

RGB 66 91 156 -
CMYK 0.58 0.42 0 0.39
HSL 223.33º 0.41% 0.44% -
HSV(B) 223.33º 0.58% 0.61% -
XYZ 11.99 11.04 32.95 -
YUV 90.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 66 91 156 0.58 0.42 0 0.39 223.33 0.41 0.44
Hex 42 5B 9C 3A 2A 0 27 DF 29 2C
Octal 102 133 234 72 52 0 47 337 51 54
Binary 1000010 1011011 10011100 111010 101010 0 100111 11011111 101001 101100

Color Harmonies of #425B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B9C

Black with #425B9C

Text Example


Text Example

White with #425B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,91,156); }

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

background-color css

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

 a { background-color: rgb(66,91,156); }

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

border-color css

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

 span { border-color: rgb(66,91,156); }

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