Html Css Color HEX #38559F Mariner

📋 copy color: '#38559F'

red 56 ◦ green 85 ◦ blue 159

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

Shades of Mariner #38559F

Tints of Mariner #38559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 159 (62.5% from 255) = 53%

R = 18.67%
G = 28.33%
B = 53%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38559F (or 0x38559F) is known color: Mariner. HEX triplet: 38, 55 and 9F. RGB value is (56,85,159). Sum of RGB (Red+Green+Blue) = 56+85+159=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #38559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38559F is #C7AA60. Grayscale: #545454. Windows color (decimal): -13085281 or 10442040. OLE color: 10442040.

HSL color Cylindrical-coordinate representation of color #38559F: hue angle of 223.11º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38559F is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 85 159 -
CMYK 0.65 0.47 0 0.38
HSL 223.11º 0.48% 0.42% -
HSV(B) 223.11º 0.65% 0.62% -
XYZ 11.14 9.84 34.11 -
YUV 84.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 56 85 159 0.65 0.47 0 0.38 223.11 0.48 0.42
Hex 38 55 9F 41 2F 0 26 DF 30 2A
Octal 70 125 237 101 57 0 46 337 60 52
Binary 111000 1010101 10011111 1000001 101111 0 100110 11011111 110000 101010

Color Harmonies of #38559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38559F

Black with #38559F

Text Example


Text Example

White with #38559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38559F; }

 p { color: rgb(56,85,159); }

 H1.HeaderClassName
 {
   color: #38559F;
 }
 .AnyTagClassName
 {
   color: #38559F;
 }
</style>

background-color css

<style>
 a { background-color: #38559F; }

 a { background-color: rgb(56,85,159); }

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

border-color css

<style>
 span { border-color: #38559F; }

 span { border-color: rgb(56,85,159); }

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