Html Css Color HEX #36788A Astral

📋 copy color: '#36788A'

red 54 ◦ green 120 ◦ blue 138

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

Shades of Astral #36788A

Tints of Astral #36788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 17.31%
G = 38.46%
B = 44.23%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#36788A (or 0x36788A) is known color: Astral. HEX triplet: 36, 78 and 8A. RGB value is (54,120,138). Sum of RGB (Red+Green+Blue) = 54+120+138=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #36788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788A is #C98775. Grayscale: #666666. Windows color (decimal): -13207414 or 9074742. OLE color: 9074742.

HSL color Cylindrical-coordinate representation of color #36788A: hue angle of 192.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36788A is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 120 138 -
CMYK 0.61 0.13 0 0.46
HSL 192.86º 0.44% 0.38% -
HSV(B) 192.86º 0.61% 0.54% -
XYZ 12.83 16.05 26.47 -
YUV 102.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 54 120 138 0.61 0.13 0 0.46 192.86 0.44 0.38
Hex 36 78 8A 3D D 0 2E C1 2C 26
Octal 66 170 212 75 15 0 56 301 54 46
Binary 110110 1111000 10001010 111101 1101 0 101110 11000001 101100 100110

Color Harmonies of #36788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36788A

Black with #36788A

Text Example


Text Example

White with #36788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36788A; }

 p { color: rgb(54,120,138); }

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

background-color css

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

 a { background-color: rgb(54,120,138); }

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

border-color css

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

 span { border-color: rgb(54,120,138); }

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