Html Css Color HEX #405C98 Mariner

📋 copy color: '#405C98'

red 64 ◦ green 92 ◦ blue 152

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

Shades of Mariner #405C98

Tints of Mariner #405C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 20.78%
G = 29.87%
B = 49.35%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#405C98 (or 0x405C98) is known color: Mariner. HEX triplet: 40, 5C and 98. RGB value is (64,92,152). Sum of RGB (Red+Green+Blue) = 64+92+152=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #405C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C98 is #BFA367. Grayscale: #5A5A5A. Windows color (decimal): -12559208 or 9985088. OLE color: 9985088.

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

Color convert

RGB 64 92 152 -
CMYK 0.58 0.39 0 0.40
HSL 220.91º 0.41% 0.42% -
HSV(B) 220.91º 0.58% 0.6% -
XYZ 11.61 11.01 31.22 -
YUV 90.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 64 92 152 0.58 0.39 0 0.40 220.91 0.41 0.42
Hex 40 5C 98 3A 27 0 28 DD 29 2A
Octal 100 134 230 72 47 0 50 335 51 52
Binary 1000000 1011100 10011000 111010 100111 0 101000 11011101 101001 101010

Color Harmonies of #405C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C98

Black with #405C98

Text Example


Text Example

White with #405C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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