Html Css Color HEX #366988 Astral

📋 copy color: '#366988'

red 54 ◦ green 105 ◦ blue 136

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

Shades of Astral #366988

Tints of Astral #366988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 18.31%
G = 35.59%
B = 46.1%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366988 (or 0x366988) is known color: Astral. HEX triplet: 36, 69 and 88. RGB value is (54,105,136). Sum of RGB (Red+Green+Blue) = 54+105+136=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #366988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366988 is #C99677. Grayscale: #5D5D5D. Windows color (decimal): -13211256 or 8939830. OLE color: 8939830.

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

Color convert

RGB 54 105 136 -
CMYK 0.60 0.23 0 0.47
HSL 202.68º 0.43% 0.37% -
HSV(B) 202.68º 0.6% 0.53% -
XYZ 11.02 12.66 25.16 -
YUV 93.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 54 105 136 0.60 0.23 0 0.47 202.68 0.43 0.37
Hex 36 69 88 3C 17 0 2F CB 2B 25
Octal 66 151 210 74 27 0 57 313 53 45
Binary 110110 1101001 10001000 111100 10111 0 101111 11001011 101011 100101

Color Harmonies of #366988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366988

Black with #366988

Text Example


Text Example

White with #366988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366988; }

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

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

background-color css

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

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

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

border-color css

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

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

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