Html Css Color HEX #376985 Astral

📋 copy color: '#376985'

red 55 ◦ green 105 ◦ blue 133

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

Shades of Astral #376985

Tints of Astral #376985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 18.77%
G = 35.84%
B = 45.39%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376985 (or 0x376985) is known color: Astral. HEX triplet: 37, 69 and 85. RGB value is (55,105,133). Sum of RGB (Red+Green+Blue) = 55+105+133=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #376985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376985 is #C8967A. Grayscale: #5D5D5D. Windows color (decimal): -13145723 or 8743223. OLE color: 8743223.

HSL color Cylindrical-coordinate representation of color #376985: hue angle of 201.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376985 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 105 133 -
CMYK 0.59 0.21 0 0.48
HSL 201.54º 0.41% 0.37% -
HSV(B) 201.54º 0.59% 0.52% -
XYZ 10.86 12.61 24.05 -
YUV 93.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 55 105 133 0.59 0.21 0 0.48 201.54 0.41 0.37
Hex 37 69 85 3B 15 0 30 CA 29 25
Octal 67 151 205 73 25 0 60 312 51 45
Binary 110111 1101001 10000101 111011 10101 0 110000 11001010 101001 100101

Color Harmonies of #376985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376985

Black with #376985

Text Example


Text Example

White with #376985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376985; }

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

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

background-color css

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

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

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

border-color css

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

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

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