Html Css Color HEX #36788B Astral

📋 copy color: '#36788B'

red 54 ◦ green 120 ◦ blue 139

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

Shades of Astral #36788B

Tints of Astral #36788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 17.25%
G = 38.34%
B = 44.41%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36788B (or 0x36788B) is known color: Astral. HEX triplet: 36, 78 and 8B. RGB value is (54,120,139). Sum of RGB (Red+Green+Blue) = 54+120+139=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #36788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788B is #C98774. Grayscale: #666666. Windows color (decimal): -13207413 or 9140278. OLE color: 9140278.

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

Color convert

RGB 54 120 139 -
CMYK 0.61 0.14 0 0.45
HSL 193.41º 0.44% 0.38% -
HSV(B) 193.41º 0.61% 0.55% -
XYZ 12.9 16.08 26.85 -
YUV 102.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 54 120 139 0.61 0.14 0 0.45 193.41 0.44 0.38
Hex 36 78 8B 3D E 0 2D C1 2C 26
Octal 66 170 213 75 16 0 55 301 54 46
Binary 110110 1111000 10001011 111101 1110 0 101101 11000001 101100 100110

Color Harmonies of #36788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36788B

Black with #36788B

Text Example


Text Example

White with #36788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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