Html Css Color HEX #415C8E Mariner

📋 copy color: '#415C8E'

red 65 ◦ green 92 ◦ blue 142

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

Shades of Mariner #415C8E

Tints of Mariner #415C8E

RGB

 RED value IS 65 (25.78% from 255) = 21.74%

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

 BLUE value IS 142 (55.86% from 255) = 47.49%

R = 21.74%
G = 30.77%
B = 47.49%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#415C8E (or 0x415C8E) is known color: Mariner. HEX triplet: 41, 5C and 8E. RGB value is (65,92,142). Sum of RGB (Red+Green+Blue) = 65+92+142=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #415C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C8E is #BEA371. Grayscale: #595959. Windows color (decimal): -12493682 or 9329729. OLE color: 9329729.

HSL color Cylindrical-coordinate representation of color #415C8E: hue angle of 218.96º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #415C8E is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 92 142 -
CMYK 0.54 0.35 0 0.44
HSL 218.96º 0.37% 0.41% -
HSV(B) 218.96º 0.54% 0.56% -
XYZ 10.89 10.73 27.09 -
YUV 89.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 65 92 142 0.54 0.35 0 0.44 218.96 0.37 0.41
Hex 41 5C 8E 36 23 0 2C DB 25 29
Octal 101 134 216 66 43 0 54 333 45 51
Binary 1000001 1011100 10001110 110110 100011 0 101100 11011011 100101 101001

Color Harmonies of #415C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C8E

Black with #415C8E

Text Example


Text Example

White with #415C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415C8E; }

 p { color: rgb(65,92,142); }

 H1.HeaderClassName
 {
   color: #415C8E;
 }
 .AnyTagClassName
 {
   color: #415C8E;
 }
</style>

background-color css

<style>
 a { background-color: #415C8E; }

 a { background-color: rgb(65,92,142); }

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

border-color css

<style>
 span { border-color: #415C8E; }

 span { border-color: rgb(65,92,142); }

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