Html Css Color HEX #377496 Astral

📋 copy color: '#377496'

red 55 ◦ green 116 ◦ blue 150

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

Shades of Astral #377496

Tints of Astral #377496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 17.13%
G = 36.14%
B = 46.73%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377496 (or 0x377496) is known color: Astral. HEX triplet: 37, 74 and 96. RGB value is (55,116,150). Sum of RGB (Red+Green+Blue) = 55+116+150=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #377496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377496 is #C88B69. Grayscale: #656565. Windows color (decimal): -13142890 or 9860151. OLE color: 9860151.

HSL color Cylindrical-coordinate representation of color #377496: hue angle of 201.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377496 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 116 150 -
CMYK 0.63 0.23 0 0.41
HSL 201.47º 0.46% 0.4% -
HSV(B) 201.47º 0.63% 0.59% -
XYZ 13.33 15.51 31.14 -
YUV 101.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 55 116 150 0.63 0.23 0 0.41 201.47 0.46 0.4
Hex 37 74 96 3F 17 0 29 C9 2E 28
Octal 67 164 226 77 27 0 51 311 56 50
Binary 110111 1110100 10010110 111111 10111 0 101001 11001001 101110 101000

Color Harmonies of #377496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377496

Black with #377496

Text Example


Text Example

White with #377496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377496; }

 p { color: rgb(55,116,150); }

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

background-color css

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

 a { background-color: rgb(55,116,150); }

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

border-color css

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

 span { border-color: rgb(55,116,150); }

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