Html Css Color HEX #37768C Astral

📋 copy color: '#37768C'

red 55 ◦ green 118 ◦ blue 140

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

Shades of Astral #37768C

Tints of Astral #37768C

RGB

 RED value IS 55 (21.88% from 255) = 17.57%

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

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

R = 17.57%
G = 37.7%
B = 44.73%

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

#37768C (or 0x37768C) is known color: Astral. HEX triplet: 37, 76 and 8C. RGB value is (55,118,140). Sum of RGB (Red+Green+Blue) = 55+118+140=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #37768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768C is #C88973. Grayscale: #656565. Windows color (decimal): -13142388 or 9205303. OLE color: 9205303.

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

Color convert

RGB 55 118 140 -
CMYK 0.61 0.16 0 0.45
HSL 195.53º 0.44% 0.38% -
HSV(B) 195.53º 0.61% 0.55% -
XYZ 12.79 15.66 27.16 -
YUV 101.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 55 118 140 0.61 0.16 0 0.45 195.53 0.44 0.38
Hex 37 76 8C 3D 10 0 2D C4 2C 26
Octal 67 166 214 75 20 0 55 304 54 46
Binary 110111 1110110 10001100 111101 10000 0 101101 11000100 101100 100110

Color Harmonies of #37768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37768C

Black with #37768C

Text Example


Text Example

White with #37768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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