Html Css Color HEX #365348 Spectra

📋 copy color: '#365348'

red 54 ◦ green 83 ◦ blue 72

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

Shades of Spectra #365348

Tints of Spectra #365348

RGB

 RED value IS 54 (21.48% from 255) = 25.84%

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 25.84%
G = 39.71%
B = 34.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#365348 (or 0x365348) is known color: Spectra. HEX triplet: 36, 53 and 48. RGB value is (54,83,72). Sum of RGB (Red+Green+Blue) = 54+83+72=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #365348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365348 is #C9ACB7. Grayscale: #494949. Windows color (decimal): -13216952 or 4739894. OLE color: 4739894.

HSL color Cylindrical-coordinate representation of color #365348: hue angle of 157.24º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365348 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 72 -
CMYK 0.35 0 0.13 0.67
HSL 157.24º 0.21% 0.27% -
HSV(B) 157.24º 0.35% 0.33% -
XYZ 5.78 7.44 7.26 -
YUV 73.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 54 83 72 0.35 0 0.13 0.67 157.24 0.21 0.27
Hex 36 53 48 23 0 D 43 9D 15 1B
Octal 66 123 110 43 0 15 103 235 25 33
Binary 110110 1010011 1001000 100011 0 1101 1000011 10011101 10101 11011

Color Harmonies of #365348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365348

Black with #365348

Text Example


Text Example

White with #365348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365348; }

 p { color: rgb(54,83,72); }

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

background-color css

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

 a { background-color: rgb(54,83,72); }

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

border-color css

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

 span { border-color: rgb(54,83,72); }

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