Html Css Color HEX #366C81 Astral

📋 copy color: '#366C81'

red 54 ◦ green 108 ◦ blue 129

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

Shades of Astral #366C81

Tints of Astral #366C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 18.56%
G = 37.11%
B = 44.33%

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

#366C81 (or 0x366C81) is known color: Astral. HEX triplet: 36, 6C and 81. RGB value is (54,108,129). Sum of RGB (Red+Green+Blue) = 54+108+129=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #366C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C81 is #C9937E. Grayscale: #5E5E5E. Windows color (decimal): -13210495 or 8481846. OLE color: 8481846.

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

Color convert

RGB 54 108 129 -
CMYK 0.58 0.16 0 0.49
HSL 196.8º 0.41% 0.36% -
HSV(B) 196.8º 0.58% 0.51% -
XYZ 10.85 13.09 22.72 -
YUV 94.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 54 108 129 0.58 0.16 0 0.49 196.8 0.41 0.36
Hex 36 6C 81 3A 10 0 31 C5 29 24
Octal 66 154 201 72 20 0 61 305 51 44
Binary 110110 1101100 10000001 111010 10000 0 110001 11000101 101001 100100

Color Harmonies of #366C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C81

Black with #366C81

Text Example


Text Example

White with #366C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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