Html Css Color HEX #38579C Mariner

📋 copy color: '#38579C'

red 56 ◦ green 87 ◦ blue 156

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

Shades of Mariner #38579C

Tints of Mariner #38579C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 18.73%
G = 29.1%
B = 52.17%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38579C (or 0x38579C) is known color: Mariner. HEX triplet: 38, 57 and 9C. RGB value is (56,87,156). Sum of RGB (Red+Green+Blue) = 56+87+156=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #38579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38579C is #C7A863. Grayscale: #555555. Windows color (decimal): -13084772 or 10245944. OLE color: 10245944.

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

Color convert

RGB 56 87 156 -
CMYK 0.64 0.44 0 0.39
HSL 221.4º 0.47% 0.42% -
HSV(B) 221.4º 0.64% 0.61% -
XYZ 11.04 10.06 32.81 -
YUV 85.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 56 87 156 0.64 0.44 0 0.39 221.4 0.47 0.42
Hex 38 57 9C 40 2C 0 27 DD 2F 2A
Octal 70 127 234 100 54 0 47 335 57 52
Binary 111000 1010111 10011100 1000000 101100 0 100111 11011101 101111 101010

Color Harmonies of #38579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38579C

Black with #38579C

Text Example


Text Example

White with #38579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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