Html Css Color HEX #376785 Astral

📋 copy color: '#376785'

red 55 ◦ green 103 ◦ blue 133

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

Shades of Astral #376785

Tints of Astral #376785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

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

R = 18.9%
G = 35.4%
B = 45.7%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376785 (or 0x376785) is known color: Astral. HEX triplet: 37, 67 and 85. RGB value is (55,103,133). Sum of RGB (Red+Green+Blue) = 55+103+133=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #376785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376785 is #C8987A. Grayscale: #5B5B5B. Windows color (decimal): -13146235 or 8742711. OLE color: 8742711.

HSL color Cylindrical-coordinate representation of color #376785: hue angle of 203.08º 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 #376785 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 103 133 -
CMYK 0.59 0.23 0 0.48
HSL 203.08º 0.41% 0.37% -
HSV(B) 203.08º 0.59% 0.52% -
XYZ 10.66 12.21 23.98 -
YUV 92.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 55 103 133 0.59 0.23 0 0.48 203.08 0.41 0.37
Hex 37 67 85 3B 17 0 30 CB 29 25
Octal 67 147 205 73 27 0 60 313 51 45
Binary 110111 1100111 10000101 111011 10111 0 110000 11001011 101001 100101

Color Harmonies of #376785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376785

Black with #376785

Text Example


Text Example

White with #376785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376785; }

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

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

background-color css

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

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

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

border-color css

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

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

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