Html Css Color HEX #366987 Astral

📋 copy color: '#366987'

red 54 ◦ green 105 ◦ blue 135

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

Shades of Astral #366987

Tints of Astral #366987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 18.37%
G = 35.71%
B = 45.92%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366987 (or 0x366987) is known color: Astral. HEX triplet: 36, 69 and 87. RGB value is (54,105,135). Sum of RGB (Red+Green+Blue) = 54+105+135=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #366987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366987 is #C99678. Grayscale: #5C5C5C. Windows color (decimal): -13211257 or 8874294. OLE color: 8874294.

HSL color Cylindrical-coordinate representation of color #366987: hue angle of 202.22º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366987 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 105 135 -
CMYK 0.60 0.22 0 0.47
HSL 202.22º 0.43% 0.37% -
HSV(B) 202.22º 0.6% 0.53% -
XYZ 10.95 12.64 24.78 -
YUV 93.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 54 105 135 0.60 0.22 0 0.47 202.22 0.43 0.37
Hex 36 69 87 3C 16 0 2F CA 2B 25
Octal 66 151 207 74 26 0 57 312 53 45
Binary 110110 1101001 10000111 111100 10110 0 101111 11001010 101011 100101

Color Harmonies of #366987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366987

Black with #366987

Text Example


Text Example

White with #366987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366987; }

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

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

background-color css

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

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

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

border-color css

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

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

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