Html Css Color HEX #366590 Astral

📋 copy color: '#366590'

red 54 ◦ green 101 ◦ blue 144

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

Shades of Astral #366590

Tints of Astral #366590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 18.06%
G = 33.78%
B = 48.16%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#366590 (or 0x366590) is known color: Astral. HEX triplet: 36, 65 and 90. RGB value is (54,101,144). Sum of RGB (Red+Green+Blue) = 54+101+144=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #366590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366590 is #C99A6F. Grayscale: #5B5B5B. Windows color (decimal): -13212272 or 9463094. OLE color: 9463094.

HSL color Cylindrical-coordinate representation of color #366590: hue angle of 208.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366590 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 101 144 -
CMYK 0.63 0.30 0 0.44
HSL 208.67º 0.45% 0.39% -
HSV(B) 208.67º 0.63% 0.56% -
XYZ 11.21 12.11 28.13 -
YUV 91.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 54 101 144 0.63 0.30 0 0.44 208.67 0.45 0.39
Hex 36 65 90 3F 1E 0 2C D1 2D 27
Octal 66 145 220 77 36 0 54 321 55 47
Binary 110110 1100101 10010000 111111 11110 0 101100 11010001 101101 100111

Color Harmonies of #366590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366590

Black with #366590

Text Example


Text Example

White with #366590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366590; }

 p { color: rgb(54,101,144); }

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

background-color css

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

 a { background-color: rgb(54,101,144); }

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

border-color css

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

 span { border-color: rgb(54,101,144); }

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