Html Css Color HEX #38584D Spectra

📋 copy color: '#38584D'

red 56 ◦ green 88 ◦ blue 77

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

Shades of Spectra #38584D

Tints of Spectra #38584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

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

R = 25.34%
G = 39.82%
B = 34.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#38584D (or 0x38584D) is known color: Spectra. HEX triplet: 38, 58 and 4D. RGB value is (56,88,77). Sum of RGB (Red+Green+Blue) = 56+88+77=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #38584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38584D is #C7A7B2. Grayscale: #4D4D4D. Windows color (decimal): -13084595 or 5068856. OLE color: 5068856.

HSL color Cylindrical-coordinate representation of color #38584D: hue angle of 159.38º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38584D is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 77 -
CMYK 0.36 0 0.12 0.65
HSL 159.38º 0.22% 0.28% -
HSV(B) 159.38º 0.36% 0.35% -
XYZ 6.46 8.36 8.29 -
YUV 77.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 56 88 77 0.36 0 0.12 0.65 159.38 0.22 0.28
Hex 38 58 4D 24 0 C 41 9F 16 1C
Octal 70 130 115 44 0 14 101 237 26 34
Binary 111000 1011000 1001101 100100 0 1100 1000001 10011111 10110 11100

Color Harmonies of #38584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38584D

Black with #38584D

Text Example


Text Example

White with #38584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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