Html Css Color HEX #38649D Mariner

📋 copy color: '#38649D'

red 56 ◦ green 100 ◦ blue 157

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

Shades of Mariner #38649D

Tints of Mariner #38649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 17.89%
G = 31.95%
B = 50.16%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38649D (or 0x38649D) is known color: Mariner. HEX triplet: 38, 64 and 9D. RGB value is (56,100,157). Sum of RGB (Red+Green+Blue) = 56+100+157=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #38649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38649D is #C79B62. Grayscale: #5D5D5D. Windows color (decimal): -13081443 or 10314808. OLE color: 10314808.

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

Color convert

RGB 56 100 157 -
CMYK 0.64 0.36 0 0.38
HSL 213.86º 0.47% 0.42% -
HSV(B) 213.86º 0.64% 0.62% -
XYZ 12.27 12.39 33.64 -
YUV 93.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 56 100 157 0.64 0.36 0 0.38 213.86 0.47 0.42
Hex 38 64 9D 40 24 0 26 D6 2F 2A
Octal 70 144 235 100 44 0 46 326 57 52
Binary 111000 1100100 10011101 1000000 100100 0 100110 11010110 101111 101010

Color Harmonies of #38649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38649D

Black with #38649D

Text Example


Text Example

White with #38649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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