Html Css Color HEX #366586 Astral

📋 copy color: '#366586'

red 54 ◦ green 101 ◦ blue 134

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

Shades of Astral #366586

Tints of Astral #366586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 18.69%
G = 34.95%
B = 46.37%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366586 (or 0x366586) is known color: Astral. HEX triplet: 36, 65 and 86. RGB value is (54,101,134). Sum of RGB (Red+Green+Blue) = 54+101+134=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #366586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366586 is #C99A79. Grayscale: #5A5A5A. Windows color (decimal): -13212282 or 8807734. OLE color: 8807734.

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

Color convert

RGB 54 101 134 -
CMYK 0.60 0.25 0 0.47
HSL 204.75º 0.43% 0.37% -
HSV(B) 204.75º 0.6% 0.53% -
XYZ 10.48 11.81 24.28 -
YUV 90.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 54 101 134 0.60 0.25 0 0.47 204.75 0.43 0.37
Hex 36 65 86 3C 19 0 2F CD 2B 25
Octal 66 145 206 74 31 0 57 315 53 45
Binary 110110 1100101 10000110 111100 11001 0 101111 11001101 101011 100101

Color Harmonies of #366586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366586

Black with #366586

Text Example


Text Example

White with #366586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366586; }

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

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

background-color css

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

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

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

border-color css

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

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

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