Html Css Color HEX #36768E Astral

📋 copy color: '#36768E'

red 54 ◦ green 118 ◦ blue 142

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

Shades of Astral #36768E

Tints of Astral #36768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 17.2%
G = 37.58%
B = 45.22%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36768E (or 0x36768E) is known color: Astral. HEX triplet: 36, 76 and 8E. RGB value is (54,118,142). Sum of RGB (Red+Green+Blue) = 54+118+142=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #36768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36768E is #C98971. Grayscale: #656565. Windows color (decimal): -13207922 or 9336374. OLE color: 9336374.

HSL color Cylindrical-coordinate representation of color #36768E: hue angle of 196.36º 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 #36768E is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 118 142 -
CMYK 0.62 0.17 0 0.44
HSL 196.36º 0.45% 0.38% -
HSV(B) 196.36º 0.62% 0.56% -
XYZ 12.88 15.69 27.94 -
YUV 101.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 54 118 142 0.62 0.17 0 0.44 196.36 0.45 0.38
Hex 36 76 8E 3E 11 0 2C C4 2D 26
Octal 66 166 216 76 21 0 54 304 55 46
Binary 110110 1110110 10001110 111110 10001 0 101100 11000100 101101 100110

Color Harmonies of #36768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36768E

Black with #36768E

Text Example


Text Example

White with #36768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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