Html Css Color HEX #366787 Astral

📋 copy color: '#366787'

red 54 ◦ green 103 ◦ blue 135

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

Shades of Astral #366787

Tints of Astral #366787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

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

R = 18.49%
G = 35.27%
B = 46.23%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366787 (or 0x366787) is known color: Astral. HEX triplet: 36, 67 and 87. RGB value is (54,103,135). Sum of RGB (Red+Green+Blue) = 54+103+135=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #366787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366787 is #C99878. Grayscale: #5B5B5B. Windows color (decimal): -13211769 or 8873782. OLE color: 8873782.

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

Color convert

RGB 54 103 135 -
CMYK 0.60 0.24 0 0.47
HSL 203.7º 0.43% 0.37% -
HSV(B) 203.7º 0.6% 0.53% -
XYZ 10.74 12.23 24.72 -
YUV 92 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 54 103 135 0.60 0.24 0 0.47 203.7 0.43 0.37
Hex 36 67 87 3C 18 0 2F CC 2B 25
Octal 66 147 207 74 30 0 57 314 53 45
Binary 110110 1100111 10000111 111100 11000 0 101111 11001100 101011 100101

Color Harmonies of #366787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366787

Black with #366787

Text Example


Text Example

White with #366787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366787; }

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

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

background-color css

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

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

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

border-color css

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

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

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