Html Css Color HEX #366887 Astral

📋 copy color: '#366887'

red 54 ◦ green 104 ◦ blue 135

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

Shades of Astral #366887

Tints of Astral #366887

RGB

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

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

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

R = 18.43%
G = 35.49%
B = 46.08%

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

#366887 (or 0x366887) is known color: Astral. HEX triplet: 36, 68 and 87. RGB value is (54,104,135). Sum of RGB (Red+Green+Blue) = 54+104+135=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #366887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366887 is #C99778. Grayscale: #5C5C5C. Windows color (decimal): -13211513 or 8874038. OLE color: 8874038.

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

Color convert

RGB 54 104 135 -
CMYK 0.60 0.23 0 0.47
HSL 202.96º 0.43% 0.37% -
HSV(B) 202.96º 0.6% 0.53% -
XYZ 10.84 12.43 24.75 -
YUV 92.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 54 104 135 0.60 0.23 0 0.47 202.96 0.43 0.37
Hex 36 68 87 3C 17 0 2F CB 2B 25
Octal 66 150 207 74 27 0 57 313 53 45
Binary 110110 1101000 10000111 111100 10111 0 101111 11001011 101011 100101

Color Harmonies of #366887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366887

Black with #366887

Text Example


Text Example

White with #366887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366887; }

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

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

background-color css

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

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

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

border-color css

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

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

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