Html Css Color HEX #38639F Mariner

📋 copy color: '#38639F'

red 56 ◦ green 99 ◦ blue 159

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

Shades of Mariner #38639F

Tints of Mariner #38639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 17.83%
G = 31.53%
B = 50.64%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38639F (or 0x38639F) is known color: Mariner. HEX triplet: 38, 63 and 9F. RGB value is (56,99,159). Sum of RGB (Red+Green+Blue) = 56+99+159=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #38639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38639F is #C79C60. Grayscale: #5C5C5C. Windows color (decimal): -13081697 or 10445624. OLE color: 10445624.

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

Color convert

RGB 56 99 159 -
CMYK 0.65 0.38 0 0.38
HSL 214.95º 0.48% 0.42% -
HSV(B) 214.95º 0.65% 0.62% -
XYZ 12.35 12.27 34.52 -
YUV 92.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 56 99 159 0.65 0.38 0 0.38 214.95 0.48 0.42
Hex 38 63 9F 41 26 0 26 D7 30 2A
Octal 70 143 237 101 46 0 46 327 60 52
Binary 111000 1100011 10011111 1000001 100110 0 100110 11010111 110000 101010

Color Harmonies of #38639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38639F

Black with #38639F

Text Example


Text Example

White with #38639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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