#367797

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

Shades of Astral #367797

Tints of Astral #367797

Color information

#367797 (or 0x367797) is unknown color: approx Astral. HEX triplet: 36, 77 and 97. RGB value is (54,119,151). Sum of RGB (Red+Green+Blue) = 54+119+151=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #367797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367797 is #C98868. Grayscale: #676767. Windows color (decimal): -13207657 or 9926454. OLE color: 9926454.

HSL color Cylindrical-coordinate representation of color #367797: hue angle of 199.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367797 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54119151-
CMYK0.640.2100.41
HSL199.79º47.32%40.2%-
HSV(B)199.79º64.24%59.22%-
XYZ13.716.2131.69-
YUV103.21154.9792.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=16.67%
G=36.73%
B=46.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541191510.640.2100.41199.7947.3240.2
Hex3677974015029c82f28
Octal66167227100250513105750
Binary110110111011110010111100000010101010100111001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367797; }

 p { color: rgb(54,119,151); }

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

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

 a { background-color: rgb(54,119,151); }

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

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

 span { border-color: rgb(54,119,151); }

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