Html Css Color HEX #38659F Mariner

📋 copy color: '#38659F'

red 56 ◦ green 101 ◦ blue 159

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

Shades of Mariner #38659F

Tints of Mariner #38659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 17.72%
G = 31.96%
B = 50.32%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38659F (or 0x38659F) is known color: Mariner. HEX triplet: 38, 65 and 9F. RGB value is (56,101,159). Sum of RGB (Red+Green+Blue) = 56+101+159=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #38659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38659F is #C79A60. Grayscale: #5D5D5D. Windows color (decimal): -13081185 or 10446136. OLE color: 10446136.

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

Color convert

RGB 56 101 159 -
CMYK 0.65 0.36 0 0.38
HSL 213.79º 0.48% 0.42% -
HSV(B) 213.79º 0.65% 0.62% -
XYZ 12.54 12.65 34.58 -
YUV 94.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 56 101 159 0.65 0.36 0 0.38 213.79 0.48 0.42
Hex 38 65 9F 41 24 0 26 D6 30 2A
Octal 70 145 237 101 44 0 46 326 60 52
Binary 111000 1100101 10011111 1000001 100100 0 100110 11010110 110000 101010

Color Harmonies of #38659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38659F

Black with #38659F

Text Example


Text Example

White with #38659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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