Html Css Color HEX #366985 Astral

📋 copy color: '#366985'

red 54 ◦ green 105 ◦ blue 133

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

Shades of Astral #366985

Tints of Astral #366985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 18.49%
G = 35.96%
B = 45.55%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#366985 (or 0x366985) is known color: Astral. HEX triplet: 36, 69 and 85. RGB value is (54,105,133). Sum of RGB (Red+Green+Blue) = 54+105+133=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #366985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366985 is #C9967A. Grayscale: #5C5C5C. Windows color (decimal): -13211259 or 8743222. OLE color: 8743222.

HSL color Cylindrical-coordinate representation of color #366985: hue angle of 201.27º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366985 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 105 133 -
CMYK 0.59 0.21 0 0.48
HSL 201.27º 0.42% 0.37% -
HSV(B) 201.27º 0.59% 0.52% -
XYZ 10.81 12.58 24.05 -
YUV 92.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 54 105 133 0.59 0.21 0 0.48 201.27 0.42 0.37
Hex 36 69 85 3B 15 0 30 C9 2A 25
Octal 66 151 205 73 25 0 60 311 52 45
Binary 110110 1101001 10000101 111011 10101 0 110000 11001001 101010 100101

Color Harmonies of #366985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366985

Black with #366985

Text Example


Text Example

White with #366985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366985; }

 p { color: rgb(54,105,133); }

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

background-color css

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

 a { background-color: rgb(54,105,133); }

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

border-color css

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

 span { border-color: rgb(54,105,133); }

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