Html Css Color HEX #37768B Astral

📋 copy color: '#37768B'

red 55 ◦ green 118 ◦ blue 139

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

Shades of Astral #37768B

Tints of Astral #37768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 17.63%
G = 37.82%
B = 44.55%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37768B (or 0x37768B) is known color: Astral. HEX triplet: 37, 76 and 8B. RGB value is (55,118,139). Sum of RGB (Red+Green+Blue) = 55+118+139=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #37768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37768B is #C88974. Grayscale: #656565. Windows color (decimal): -13142389 or 9139767. OLE color: 9139767.

HSL color Cylindrical-coordinate representation of color #37768B: hue angle of 195º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37768B is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 118 139 -
CMYK 0.60 0.15 0 0.45
HSL 195º 0.43% 0.38% -
HSV(B) 195º 0.6% 0.55% -
XYZ 12.71 15.63 26.77 -
YUV 101.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 55 118 139 0.60 0.15 0 0.45 195 0.43 0.38
Hex 37 76 8B 3C F 0 2D C3 2B 26
Octal 67 166 213 74 17 0 55 303 53 46
Binary 110111 1110110 10001011 111100 1111 0 101101 11000011 101011 100110

Color Harmonies of #37768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37768B

Black with #37768B

Text Example


Text Example

White with #37768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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