Html Css Color HEX #38594F Spectra

📋 copy color: '#38594F'

red 56 ◦ green 89 ◦ blue 79

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

Shades of Spectra #38594F

Tints of Spectra #38594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 25%
G = 39.73%
B = 35.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#38594F (or 0x38594F) is known color: Spectra. HEX triplet: 38, 59 and 4F. RGB value is (56,89,79). Sum of RGB (Red+Green+Blue) = 56+89+79=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #38594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38594F is #C7A6B0. Grayscale: #4E4E4E. Windows color (decimal): -13084337 or 5200184. OLE color: 5200184.

HSL color Cylindrical-coordinate representation of color #38594F: hue angle of 161.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38594F is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 79 -
CMYK 0.37 0 0.11 0.65
HSL 161.82º 0.23% 0.28% -
HSV(B) 161.82º 0.37% 0.35% -
XYZ 6.61 8.55 8.7 -
YUV 77.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 56 89 79 0.37 0 0.11 0.65 161.82 0.23 0.28
Hex 38 59 4F 25 0 B 41 A2 17 1C
Octal 70 131 117 45 0 13 101 242 27 34
Binary 111000 1011001 1001111 100101 0 1011 1000001 10100010 10111 11100

Color Harmonies of #38594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38594F

Black with #38594F

Text Example


Text Example

White with #38594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,89,79); }

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

background-color css

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

 a { background-color: rgb(56,89,79); }

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

border-color css

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

 span { border-color: rgb(56,89,79); }

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