Html Css Color HEX #38579A Mariner

📋 copy color: '#38579A'

red 56 ◦ green 87 ◦ blue 154

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

Shades of Mariner #38579A

Tints of Mariner #38579A

RGB

 RED value IS 56 (22.27% from 255) = 18.86%

 GREEN value IS 87 (34.38% from 255) = 29.29%

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 18.86%
G = 29.29%
B = 51.85%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38579A (or 0x38579A) is known color: Mariner. HEX triplet: 38, 57 and 9A. RGB value is (56,87,154). Sum of RGB (Red+Green+Blue) = 56+87+154=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #38579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38579A is #C7A865. Grayscale: #555555. Windows color (decimal): -13084774 or 10114872. OLE color: 10114872.

HSL color Cylindrical-coordinate representation of color #38579A: hue angle of 221.02º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38579A is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 87 154 -
CMYK 0.64 0.44 0 0.40
HSL 221.02º 0.47% 0.41% -
HSV(B) 221.02º 0.64% 0.6% -
XYZ 10.87 9.99 31.93 -
YUV 85.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 56 87 154 0.64 0.44 0 0.40 221.02 0.47 0.41
Hex 38 57 9A 40 2C 0 28 DD 2F 29
Octal 70 127 232 100 54 0 50 335 57 51
Binary 111000 1010111 10011010 1000000 101100 0 101000 11011101 101111 101001

Color Harmonies of #38579A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38579A

Black with #38579A

Text Example


Text Example

White with #38579A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38579A; }

 p { color: rgb(56,87,154); }

 H1.HeaderClassName
 {
   color: #38579A;
 }
 .AnyTagClassName
 {
   color: #38579A;
 }
</style>

background-color css

<style>
 a { background-color: #38579A; }

 a { background-color: rgb(56,87,154); }

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

border-color css

<style>
 span { border-color: #38579A; }

 span { border-color: rgb(56,87,154); }

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