Html Css Color HEX #376983 Astral

📋 copy color: '#376983'

red 55 ◦ green 105 ◦ blue 131

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

Shades of Astral #376983

Tints of Astral #376983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 18.9%
G = 36.08%
B = 45.02%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376983 (or 0x376983) is known color: Astral. HEX triplet: 37, 69 and 83. RGB value is (55,105,131). Sum of RGB (Red+Green+Blue) = 55+105+131=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #376983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376983 is #C8967C. Grayscale: #5C5C5C. Windows color (decimal): -13145725 or 8612151. OLE color: 8612151.

HSL color Cylindrical-coordinate representation of color #376983: hue angle of 200.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376983 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 105 131 -
CMYK 0.58 0.20 0 0.49
HSL 200.53º 0.41% 0.36% -
HSV(B) 200.53º 0.58% 0.51% -
XYZ 10.72 12.55 23.33 -
YUV 93.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 55 105 131 0.58 0.20 0 0.49 200.53 0.41 0.36
Hex 37 69 83 3A 14 0 31 C9 29 24
Octal 67 151 203 72 24 0 61 311 51 44
Binary 110111 1101001 10000011 111010 10100 0 110001 11001001 101001 100100

Color Harmonies of #376983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376983

Black with #376983

Text Example


Text Example

White with #376983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376983; }

 p { color: rgb(55,105,131); }

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

background-color css

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

 a { background-color: rgb(55,105,131); }

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

border-color css

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

 span { border-color: rgb(55,105,131); }

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