Html Css Color HEX #38629D Mariner

📋 copy color: '#38629D'

red 56 ◦ green 98 ◦ blue 157

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

Shades of Mariner #38629D

Tints of Mariner #38629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 18.01%
G = 31.51%
B = 50.48%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38629D (or 0x38629D) is known color: Mariner. HEX triplet: 38, 62 and 9D. RGB value is (56,98,157). Sum of RGB (Red+Green+Blue) = 56+98+157=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #38629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38629D is #C79D62. Grayscale: #5B5B5B. Windows color (decimal): -13081955 or 10314296. OLE color: 10314296.

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

Color convert

RGB 56 98 157 -
CMYK 0.64 0.38 0 0.38
HSL 215.05º 0.47% 0.42% -
HSV(B) 215.05º 0.64% 0.62% -
XYZ 12.08 12.01 33.58 -
YUV 92.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 56 98 157 0.64 0.38 0 0.38 215.05 0.47 0.42
Hex 38 62 9D 40 26 0 26 D7 2F 2A
Octal 70 142 235 100 46 0 46 327 57 52
Binary 111000 1100010 10011101 1000000 100110 0 100110 11010111 101111 101010

Color Harmonies of #38629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38629D

Black with #38629D

Text Example


Text Example

White with #38629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38629D; }

 p { color: rgb(56,98,157); }

 H1.HeaderClassName
 {
   color: #38629D;
 }
 .AnyTagClassName
 {
   color: #38629D;
 }
</style>

background-color css

<style>
 a { background-color: #38629D; }

 a { background-color: rgb(56,98,157); }

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

border-color css

<style>
 span { border-color: #38629D; }

 span { border-color: rgb(56,98,157); }

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