#365348

Color #365348 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #365348

Tints of Spectra #365348

Color information

#365348 (or 0x365348) is unknown color: approx 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

RGB548372-
CMYK0.3500.130.67
HSL157.24º21.17%26.86%-
HSV(B)157.24º34.94%32.55%-
XYZ5.787.447.26-
YUV73.07127.39114.39-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483720.3500.130.67157.2421.1726.86
Hex365348230D439d151b
Octal66123110430151032352533
Binary11011010100111001000100011011011000011100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>