Html Css Color HEX #385A51 Spectra

📋 copy color: '#385A51'

red 56 ◦ green 90 ◦ blue 81

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

Shades of Spectra #385A51

Tints of Spectra #385A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 24.67%
G = 39.65%
B = 35.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#385A51 (or 0x385A51) is known color: Spectra. HEX triplet: 38, 5A and 51. RGB value is (56,90,81). Sum of RGB (Red+Green+Blue) = 56+90+81=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #385A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A51 is #C7A5AE. Grayscale: #4E4E4E. Windows color (decimal): -13084079 or 5331512. OLE color: 5331512.

HSL color Cylindrical-coordinate representation of color #385A51: hue angle of 164.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A51 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 81 -
CMYK 0.38 0 0.1 0.65
HSL 164.12º 0.23% 0.29% -
HSV(B) 164.12º 0.38% 0.35% -
XYZ 6.77 8.75 9.12 -
YUV 78.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 56 90 81 0.38 0 0.1 0.65 164.12 0.23 0.29
Hex 38 5A 51 26 0 A 41 A4 17 1D
Octal 70 132 121 46 0 12 101 244 27 35
Binary 111000 1011010 1010001 100110 0 1010 1000001 10100100 10111 11101

Color Harmonies of #385A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A51

Black with #385A51

Text Example


Text Example

White with #385A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A51; }

 p { color: rgb(56,90,81); }

 H1.HeaderClassName
 {
   color: #385A51;
 }
 .AnyTagClassName
 {
   color: #385A51;
 }
</style>

background-color css

<style>
 a { background-color: #385A51; }

 a { background-color: rgb(56,90,81); }

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

border-color css

<style>
 span { border-color: #385A51; }

 span { border-color: rgb(56,90,81); }

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