Html Css Color HEX #38584C Spectra

📋 copy color: '#38584C'

red 56 ◦ green 88 ◦ blue 76

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

Shades of Spectra #38584C

Tints of Spectra #38584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 25.45%
G = 40%
B = 34.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#38584C (or 0x38584C) is known color: Spectra. HEX triplet: 38, 58 and 4C. RGB value is (56,88,76). Sum of RGB (Red+Green+Blue) = 56+88+76=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #38584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38584C is #C7A7B3. Grayscale: #4D4D4D. Windows color (decimal): -13084596 or 5003320. OLE color: 5003320.

HSL color Cylindrical-coordinate representation of color #38584C: hue angle of 157.5º 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 #38584C is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 76 -
CMYK 0.36 0 0.14 0.65
HSL 157.5º 0.22% 0.28% -
HSV(B) 157.5º 0.36% 0.35% -
XYZ 6.43 8.34 8.11 -
YUV 77.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 56 88 76 0.36 0 0.14 0.65 157.5 0.22 0.28
Hex 38 58 4C 24 0 E 41 9E 16 1C
Octal 70 130 114 44 0 16 101 236 26 34
Binary 111000 1011000 1001100 100100 0 1110 1000001 10011110 10110 11100

Color Harmonies of #38584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38584C

Black with #38584C

Text Example


Text Example

White with #38584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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