#364F5B

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

Shades of Atomic #364F5B

Tints of Atomic #364F5B

Color information

#364F5B (or 0x364F5B) is unknown color: approx Atomic. HEX triplet: 36, 4F and 5B. RGB value is (54,79,91). Sum of RGB (Red+Green+Blue) = 54+79+91=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #364F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F5B is #C9B0A4. Grayscale: #484848. Windows color (decimal): -13217957 or 5984054. OLE color: 5984054.

HSL color Cylindrical-coordinate representation of color #364F5B: hue angle of 199.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364F5B is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB547991-
CMYK0.410.1300.64
HSL199.46º25.52%28.43%-
HSV(B)199.46º40.66%35.69%-
XYZ6.217.1310.95-
YUV72.89138.22114.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=24.11%
G=35.27%
B=40.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5479910.410.1300.64199.4625.5228.43
Hex364F5B29D040c71a1c
Octal66117133511501003073234
Binary11011010011111011011101001110101000000110001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364F5B; }

 p { color: rgb(54,79,91); }

 H1.HeaderClassName
 {
   color: #364F5B;
 }
 .AnyTagClassName
 {
   color: #364F5B;
 }
</style>
background-color css

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

 a { background-color: rgb(54,79,91); }

 div.DivClassName
 {
   background-color: #364F5B;
 }
 .BgClassName
 {
   background-color: #364F5B;
 }
</style>
border-color css

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

 span { border-color: rgb(54,79,91); }

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