Html Css Color HEX #405C9D Mariner

📋 copy color: '#405C9D'

red 64 ◦ green 92 ◦ blue 157

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

Shades of Mariner #405C9D

Tints of Mariner #405C9D

RGB

 RED value IS 64 (25.39% from 255) = 20.45%

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

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

R = 20.45%
G = 29.39%
B = 50.16%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#405C9D (or 0x405C9D) is known color: Mariner. HEX triplet: 40, 5C and 9D. RGB value is (64,92,157). Sum of RGB (Red+Green+Blue) = 64+92+157=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #405C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C9D is #BFA362. Grayscale: #5A5A5A. Windows color (decimal): -12559203 or 10312768. OLE color: 10312768.

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

Color convert

RGB 64 92 157 -
CMYK 0.59 0.41 0 0.38
HSL 221.94º 0.42% 0.43% -
HSV(B) 221.94º 0.59% 0.62% -
XYZ 12.03 11.18 33.42 -
YUV 91.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 64 92 157 0.59 0.41 0 0.38 221.94 0.42 0.43
Hex 40 5C 9D 3B 29 0 26 DE 2A 2B
Octal 100 134 235 73 51 0 46 336 52 53
Binary 1000000 1011100 10011101 111011 101001 0 100110 11011110 101010 101011

Color Harmonies of #405C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C9D

Black with #405C9D

Text Example


Text Example

White with #405C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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