Html Css Color HEX #38364D Black Marlin

📋 copy color: '#38364D'

red 56 ◦ green 54 ◦ blue 77

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

Shades of Black Marlin #38364D

Tints of Black Marlin #38364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.88%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 29.95%
G = 28.88%
B = 41.18%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38364D (or 0x38364D) is known color: Black Marlin. HEX triplet: 38, 36 and 4D. RGB value is (56,54,77). Sum of RGB (Red+Green+Blue) = 56+54+77=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #38364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38364D is #C7C9B2. Grayscale: #393939. Windows color (decimal): -13093299 or 5060152. OLE color: 5060152.

HSL color Cylindrical-coordinate representation of color #38364D: hue angle of 245.22º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38364D is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 54 77 -
CMYK 0.27 0.30 0 0.70
HSL 245.22º 0.18% 0.26% -
HSV(B) 245.22º 0.3% 0.3% -
XYZ 4.29 4.01 7.57 -
YUV 57.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 56 54 77 0.27 0.30 0 0.70 245.22 0.18 0.26
Hex 38 36 4D 1B 1E 0 46 F5 12 1A
Octal 70 66 115 33 36 0 106 365 22 32
Binary 111000 110110 1001101 11011 11110 0 1000110 11110101 10010 11010

Color Harmonies of #38364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38364D

Black with #38364D

Text Example


Text Example

White with #38364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,54,77); }

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

background-color css

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

 a { background-color: rgb(56,54,77); }

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

border-color css

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

 span { border-color: rgb(56,54,77); }

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