Html Css Color HEX #36788C Astral

📋 copy color: '#36788C'

red 54 ◦ green 120 ◦ blue 140

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

Shades of Astral #36788C

Tints of Astral #36788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 17.2%
G = 38.22%
B = 44.59%

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

#36788C (or 0x36788C) is known color: Astral. HEX triplet: 36, 78 and 8C. RGB value is (54,120,140). Sum of RGB (Red+Green+Blue) = 54+120+140=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #36788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788C is #C98773. Grayscale: #666666. Windows color (decimal): -13207412 or 9205814. OLE color: 9205814.

HSL color Cylindrical-coordinate representation of color #36788C: hue angle of 193.95º 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 #36788C is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 120 140 -
CMYK 0.61 0.14 0 0.45
HSL 193.95º 0.44% 0.38% -
HSV(B) 193.95º 0.61% 0.55% -
XYZ 12.97 16.11 27.24 -
YUV 102.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 54 120 140 0.61 0.14 0 0.45 193.95 0.44 0.38
Hex 36 78 8C 3D E 0 2D C2 2C 26
Octal 66 170 214 75 16 0 55 302 54 46
Binary 110110 1111000 10001100 111101 1110 0 101101 11000010 101100 100110

Color Harmonies of #36788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36788C

Black with #36788C

Text Example


Text Example

White with #36788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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