Html Css Color HEX #38589F Mariner

📋 copy color: '#38589F'

red 56 ◦ green 88 ◦ blue 159

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

Shades of Mariner #38589F

Tints of Mariner #38589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 18.48%
G = 29.04%
B = 52.48%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38589F (or 0x38589F) is known color: Mariner. HEX triplet: 38, 58 and 9F. RGB value is (56,88,159). Sum of RGB (Red+Green+Blue) = 56+88+159=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #38589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38589F is #C7A760. Grayscale: #565656. Windows color (decimal): -13084513 or 10442808. OLE color: 10442808.

HSL color Cylindrical-coordinate representation of color #38589F: hue angle of 221.36º 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 #38589F is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 88 159 -
CMYK 0.65 0.45 0 0.38
HSL 221.36º 0.48% 0.42% -
HSV(B) 221.36º 0.65% 0.62% -
XYZ 11.38 10.32 34.19 -
YUV 86.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 56 88 159 0.65 0.45 0 0.38 221.36 0.48 0.42
Hex 38 58 9F 41 2D 0 26 DD 30 2A
Octal 70 130 237 101 55 0 46 335 60 52
Binary 111000 1011000 10011111 1000001 101101 0 100110 11011101 110000 101010

Color Harmonies of #38589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38589F

Black with #38589F

Text Example


Text Example

White with #38589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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