Html Css Color HEX #425BAC Mariner

📋 copy color: '#425BAC'

red 66 ◦ green 91 ◦ blue 172

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

Shades of Mariner #425BAC

Tints of Mariner #425BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 20.06%
G = 27.66%
B = 52.28%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#425BAC (or 0x425BAC) is known color: Mariner. HEX triplet: 42, 5B and AC. RGB value is (66,91,172). Sum of RGB (Red+Green+Blue) = 66+91+172=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #425BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BAC is #BDA453. Grayscale: #5C5C5C. Windows color (decimal): -12428372 or 11295554. OLE color: 11295554.

HSL color Cylindrical-coordinate representation of color #425BAC: hue angle of 225.85º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425BAC is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 91 172 -
CMYK 0.62 0.47 0 0.33
HSL 225.85º 0.45% 0.47% -
HSV(B) 225.85º 0.62% 0.67% -
XYZ 13.43 11.62 40.56 -
YUV 92.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 66 91 172 0.62 0.47 0 0.33 225.85 0.45 0.47
Hex 42 5B AC 3E 2F 0 21 E2 2D 2F
Octal 102 133 254 76 57 0 41 342 55 57
Binary 1000010 1011011 10101100 111110 101111 0 100001 11100010 101101 101111

Color Harmonies of #425BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BAC

Black with #425BAC

Text Example


Text Example

White with #425BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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