Html Css Color HEX #366684 Astral

📋 copy color: '#366684'

red 54 ◦ green 102 ◦ blue 132

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

Shades of Astral #366684

Tints of Astral #366684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

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

R = 18.75%
G = 35.42%
B = 45.83%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#366684 (or 0x366684) is known color: Astral. HEX triplet: 36, 66 and 84. RGB value is (54,102,132). Sum of RGB (Red+Green+Blue) = 54+102+132=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #366684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366684 is #C9997B. Grayscale: #5A5A5A. Windows color (decimal): -13212028 or 8676918. OLE color: 8676918.

HSL color Cylindrical-coordinate representation of color #366684: hue angle of 203.08º 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 #366684 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 102 132 -
CMYK 0.59 0.23 0 0.48
HSL 203.08º 0.42% 0.36% -
HSV(B) 203.08º 0.59% 0.52% -
XYZ 10.44 11.95 23.59 -
YUV 91.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 54 102 132 0.59 0.23 0 0.48 203.08 0.42 0.36
Hex 36 66 84 3B 17 0 30 CB 2A 24
Octal 66 146 204 73 27 0 60 313 52 44
Binary 110110 1100110 10000100 111011 10111 0 110000 11001011 101010 100100

Color Harmonies of #366684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366684

Black with #366684

Text Example


Text Example

White with #366684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366684; }

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

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

background-color css

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

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

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

border-color css

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

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

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