Html Css Color HEX #366B81 Astral

📋 copy color: '#366B81'

red 54 ◦ green 107 ◦ blue 129

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

Shades of Astral #366B81

Tints of Astral #366B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 18.62%
G = 36.9%
B = 44.48%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366B81 (or 0x366B81) is known color: Astral. HEX triplet: 36, 6B and 81. RGB value is (54,107,129). Sum of RGB (Red+Green+Blue) = 54+107+129=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #366B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B81 is #C9947E. Grayscale: #5D5D5D. Windows color (decimal): -13210751 or 8481590. OLE color: 8481590.

HSL color Cylindrical-coordinate representation of color #366B81: hue angle of 197.6º 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 #366B81 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 107 129 -
CMYK 0.58 0.17 0 0.49
HSL 197.6º 0.41% 0.36% -
HSV(B) 197.6º 0.58% 0.51% -
XYZ 10.74 12.88 22.69 -
YUV 93.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 54 107 129 0.58 0.17 0 0.49 197.6 0.41 0.36
Hex 36 6B 81 3A 11 0 31 C6 29 24
Octal 66 153 201 72 21 0 61 306 51 44
Binary 110110 1101011 10000001 111010 10001 0 110001 11000110 101001 100100

Color Harmonies of #366B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366B81

Black with #366B81

Text Example


Text Example

White with #366B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,107,129); }

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

background-color css

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

 a { background-color: rgb(54,107,129); }

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

border-color css

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

 span { border-color: rgb(54,107,129); }

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