Html Css Color HEX #37778D Astral

📋 copy color: '#37778D'

red 55 ◦ green 119 ◦ blue 141

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

Shades of Astral #37778D

Tints of Astral #37778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 17.46%
G = 37.78%
B = 44.76%

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

#37778D (or 0x37778D) is known color: Astral. HEX triplet: 37, 77 and 8D. RGB value is (55,119,141). Sum of RGB (Red+Green+Blue) = 55+119+141=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #37778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37778D is #C88872. Grayscale: #666666. Windows color (decimal): -13142131 or 9271095. OLE color: 9271095.

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

Color convert

RGB 55 119 141 -
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.98 15.93 27.59 -
YUV 102.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 55 119 141 0.61 0.16 0 0.45 195.35 0.44 0.38
Hex 37 77 8D 3D 10 0 2D C3 2C 26
Octal 67 167 215 75 20 0 55 303 54 46
Binary 110111 1110111 10001101 111101 10000 0 101101 11000011 101100 100110

Color Harmonies of #37778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37778D

Black with #37778D

Text Example


Text Example

White with #37778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37778D; }

 p { color: rgb(55,119,141); }

 H1.HeaderClassName
 {
   color: #37778D;
 }
 .AnyTagClassName
 {
   color: #37778D;
 }
</style>

background-color css

<style>
 a { background-color: #37778D; }

 a { background-color: rgb(55,119,141); }

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

border-color css

<style>
 span { border-color: #37778D; }

 span { border-color: rgb(55,119,141); }

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