Html Css Color HEX #386453 Spectra

📋 copy color: '#386453'

red 56 ◦ green 100 ◦ blue 83

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

Shades of Spectra #386453

Tints of Spectra #386453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 23.43%
G = 41.84%
B = 34.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#386453 (or 0x386453) is known color: Spectra. HEX triplet: 38, 64 and 53. RGB value is (56,100,83). Sum of RGB (Red+Green+Blue) = 56+100+83=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #386453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386453 is #C79BAC. Grayscale: #545454. Windows color (decimal): -13081517 or 5465144. OLE color: 5465144.

HSL color Cylindrical-coordinate representation of color #386453: hue angle of 156.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #386453 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 83 -
CMYK 0.44 0 0.17 0.61
HSL 156.82º 0.28% 0.31% -
HSV(B) 156.82º 0.44% 0.39% -
XYZ 7.75 10.58 9.82 -
YUV 84.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 56 100 83 0.44 0 0.17 0.61 156.82 0.28 0.31
Hex 38 64 53 2C 0 11 3D 9D 1C 1F
Octal 70 144 123 54 0 21 75 235 34 37
Binary 111000 1100100 1010011 101100 0 10001 111101 10011101 11100 11111

Color Harmonies of #386453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386453

Black with #386453

Text Example


Text Example

White with #386453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386453; }

 p { color: rgb(56,100,83); }

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

background-color css

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

 a { background-color: rgb(56,100,83); }

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

border-color css

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

 span { border-color: rgb(56,100,83); }

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