Html Css Color HEX #366D82 Astral

📋 copy color: '#366D82'

red 54 ◦ green 109 ◦ blue 130

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

Shades of Astral #366D82

Tints of Astral #366D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.2%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 18.43%
G = 37.2%
B = 44.37%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366D82 (or 0x366D82) is known color: Astral. HEX triplet: 36, 6D and 82. RGB value is (54,109,130). Sum of RGB (Red+Green+Blue) = 54+109+130=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #366D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D82 is #C9927D. Grayscale: #5E5E5E. Windows color (decimal): -13210238 or 8547638. OLE color: 8547638.

HSL color Cylindrical-coordinate representation of color #366D82: hue angle of 196.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366D82 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 109 130 -
CMYK 0.58 0.16 0 0.49
HSL 196.58º 0.41% 0.36% -
HSV(B) 196.58º 0.58% 0.51% -
XYZ 11.02 13.33 23.11 -
YUV 94.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 54 109 130 0.58 0.16 0 0.49 196.58 0.41 0.36
Hex 36 6D 82 3A 10 0 31 C5 29 24
Octal 66 155 202 72 20 0 61 305 51 44
Binary 110110 1101101 10000010 111010 10000 0 110001 11000101 101001 100100

Color Harmonies of #366D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D82

Black with #366D82

Text Example


Text Example

White with #366D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D82; }

 p { color: rgb(54,109,130); }

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

background-color css

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

 a { background-color: rgb(54,109,130); }

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

border-color css

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

 span { border-color: rgb(54,109,130); }

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