Html Css Color HEX #36768C Astral

📋 copy color: '#36768C'

red 54 ◦ green 118 ◦ blue 140

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

Shades of Astral #36768C

Tints of Astral #36768C

RGB

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

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

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

R = 17.31%
G = 37.82%
B = 44.87%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36768C (or 0x36768C) is known color: Astral. HEX triplet: 36, 76 and 8C. RGB value is (54,118,140). Sum of RGB (Red+Green+Blue) = 54+118+140=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #36768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36768C is #C98973. Grayscale: #656565. Windows color (decimal): -13207924 or 9205302. OLE color: 9205302.

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

Color convert

RGB 54 118 140 -
CMYK 0.61 0.16 0 0.45
HSL 195.35º 0.44% 0.38% -
HSV(B) 195.35º 0.61% 0.55% -
XYZ 12.73 15.63 27.16 -
YUV 101.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 54 118 140 0.61 0.16 0 0.45 195.35 0.44 0.38
Hex 36 76 8C 3D 10 0 2D C3 2C 26
Octal 66 166 214 75 20 0 55 303 54 46
Binary 110110 1110110 10001100 111101 10000 0 101101 11000011 101100 100110

Color Harmonies of #36768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36768C

Black with #36768C

Text Example


Text Example

White with #36768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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