Html Css Color HEX #366C87 Astral

📋 copy color: '#366C87'

red 54 ◦ green 108 ◦ blue 135

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

Shades of Astral #366C87

Tints of Astral #366C87

RGB

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

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

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

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.60

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366C87 (or 0x366C87) is known color: Astral. HEX triplet: 36, 6C and 87. RGB value is (54,108,135). Sum of RGB (Red+Green+Blue) = 54+108+135=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #366C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C87 is #C99378. Grayscale: #5E5E5E. Windows color (decimal): -13210489 or 8875062. OLE color: 8875062.

HSL color Cylindrical-coordinate representation of color #366C87: hue angle of 200º 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 #366C87 is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 108 135 -
CMYK 0.60 0.2 0 0.47
HSL 200º 0.43% 0.37% -
HSV(B) 200º 0.6% 0.53% -
XYZ 11.26 13.26 24.89 -
YUV 94.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 54 108 135 0.60 0.2 0 0.47 200 0.43 0.37
Hex 36 6C 87 3C 14 0 2F C8 2B 25
Octal 66 154 207 74 24 0 57 310 53 45
Binary 110110 1101100 10000111 111100 10100 0 101111 11001000 101011 100101

Color Harmonies of #366C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C87

Black with #366C87

Text Example


Text Example

White with #366C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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