Html Css Color HEX #36738A Astral

📋 copy color: '#36738A'

red 54 ◦ green 115 ◦ blue 138

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

Shades of Astral #36738A

Tints of Astral #36738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 17.59%
G = 37.46%
B = 44.95%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#36738A (or 0x36738A) is known color: Astral. HEX triplet: 36, 73 and 8A. RGB value is (54,115,138). Sum of RGB (Red+Green+Blue) = 54+115+138=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #36738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36738A is #C98C75. Grayscale: #636363. Windows color (decimal): -13208694 or 9073462. OLE color: 9073462.

HSL color Cylindrical-coordinate representation of color #36738A: hue angle of 196.43º 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 #36738A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 115 138 -
CMYK 0.61 0.17 0 0.46
HSL 196.43º 0.44% 0.38% -
HSV(B) 196.43º 0.61% 0.54% -
XYZ 12.24 14.88 26.27 -
YUV 99.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 54 115 138 0.61 0.17 0 0.46 196.43 0.44 0.38
Hex 36 73 8A 3D 11 0 2E C4 2C 26
Octal 66 163 212 75 21 0 56 304 54 46
Binary 110110 1110011 10001010 111101 10001 0 101110 11000100 101100 100110

Color Harmonies of #36738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36738A

Black with #36738A

Text Example


Text Example

White with #36738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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