Html Css Color HEX #36758D Astral

📋 copy color: '#36758D'

red 54 ◦ green 117 ◦ blue 141

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

Shades of Astral #36758D

Tints of Astral #36758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 17.31%
G = 37.5%
B = 45.19%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36758D (or 0x36758D) is known color: Astral. HEX triplet: 36, 75 and 8D. RGB value is (54,117,141). Sum of RGB (Red+Green+Blue) = 54+117+141=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #36758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36758D is #C98A72. Grayscale: #646464. Windows color (decimal): -13208179 or 9270582. OLE color: 9270582.

HSL color Cylindrical-coordinate representation of color #36758D: hue angle of 196.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36758D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 117 141 -
CMYK 0.62 0.17 0 0.45
HSL 196.55º 0.45% 0.38% -
HSV(B) 196.55º 0.62% 0.55% -
XYZ 12.69 15.43 27.51 -
YUV 100.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 54 117 141 0.62 0.17 0 0.45 196.55 0.45 0.38
Hex 36 75 8D 3E 11 0 2D C5 2D 26
Octal 66 165 215 76 21 0 55 305 55 46
Binary 110110 1110101 10001101 111110 10001 0 101101 11000101 101101 100110

Color Harmonies of #36758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36758D

Black with #36758D

Text Example


Text Example

White with #36758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36758D; }

 p { color: rgb(54,117,141); }

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

background-color css

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

 a { background-color: rgb(54,117,141); }

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

border-color css

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

 span { border-color: rgb(54,117,141); }

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