Html Css Color HEX #366884 Astral

📋 copy color: '#366884'

red 54 ◦ green 104 ◦ blue 132

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

Shades of Astral #366884

Tints of Astral #366884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 18.62%
G = 35.86%
B = 45.52%

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

#366884 (or 0x366884) is known color: Astral. HEX triplet: 36, 68 and 84. RGB value is (54,104,132). Sum of RGB (Red+Green+Blue) = 54+104+132=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #366884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366884 is #C9977B. Grayscale: #5C5C5C. Windows color (decimal): -13211516 or 8677430. OLE color: 8677430.

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

Color convert

RGB 54 104 132 -
CMYK 0.59 0.21 0 0.48
HSL 201.54º 0.42% 0.36% -
HSV(B) 201.54º 0.59% 0.52% -
XYZ 10.64 12.35 23.65 -
YUV 92.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 54 104 132 0.59 0.21 0 0.48 201.54 0.42 0.36
Hex 36 68 84 3B 15 0 30 CA 2A 24
Octal 66 150 204 73 25 0 60 312 52 44
Binary 110110 1101000 10000100 111011 10101 0 110000 11001010 101010 100100

Color Harmonies of #366884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366884

Black with #366884

Text Example


Text Example

White with #366884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366884; }

 p { color: rgb(54,104,132); }

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

background-color css

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

 a { background-color: rgb(54,104,132); }

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

border-color css

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

 span { border-color: rgb(54,104,132); }

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