Html Css Color HEX #36738E Astral

📋 copy color: '#36738E'

red 54 ◦ green 115 ◦ blue 142

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

Shades of Astral #36738E

Tints of Astral #36738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 17.36%
G = 36.98%
B = 45.66%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36738E (or 0x36738E) is known color: Astral. HEX triplet: 36, 73 and 8E. RGB value is (54,115,142). Sum of RGB (Red+Green+Blue) = 54+115+142=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #36738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36738E is #C98C71. Grayscale: #636363. Windows color (decimal): -13208690 or 9335606. OLE color: 9335606.

HSL color Cylindrical-coordinate representation of color #36738E: hue angle of 198.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36738E is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 115 142 -
CMYK 0.62 0.19 0 0.44
HSL 198.41º 0.45% 0.38% -
HSV(B) 198.41º 0.62% 0.56% -
XYZ 12.53 15 27.83 -
YUV 99.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 54 115 142 0.62 0.19 0 0.44 198.41 0.45 0.38
Hex 36 73 8E 3E 13 0 2C C6 2D 26
Octal 66 163 216 76 23 0 54 306 55 46
Binary 110110 1110011 10001110 111110 10011 0 101100 11000110 101101 100110

Color Harmonies of #36738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36738E

Black with #36738E

Text Example


Text Example

White with #36738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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