Html Css Color HEX #376589 Astral

📋 copy color: '#376589'

red 55 ◦ green 101 ◦ blue 137

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

Shades of Astral #376589

Tints of Astral #376589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 137 (53.91% from 255) = 46.76%

R = 18.77%
G = 34.47%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#376589 (or 0x376589) is known color: Astral. HEX triplet: 37, 65 and 89. RGB value is (55,101,137). Sum of RGB (Red+Green+Blue) = 55+101+137=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #376589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376589 is #C89A76. Grayscale: #5B5B5B. Windows color (decimal): -13146743 or 9004343. OLE color: 9004343.

HSL color Cylindrical-coordinate representation of color #376589: hue angle of 206.34º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376589 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 101 137 -
CMYK 0.60 0.26 0 0.46
HSL 206.34º 0.43% 0.38% -
HSV(B) 206.34º 0.6% 0.54% -
XYZ 10.74 11.93 25.4 -
YUV 91.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 55 101 137 0.60 0.26 0 0.46 206.34 0.43 0.38
Hex 37 65 89 3C 1A 0 2E CE 2B 26
Octal 67 145 211 74 32 0 56 316 53 46
Binary 110111 1100101 10001001 111100 11010 0 101110 11001110 101011 100110

Color Harmonies of #376589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376589

Black with #376589

Text Example


Text Example

White with #376589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376589; }

 p { color: rgb(55,101,137); }

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

background-color css

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

 a { background-color: rgb(55,101,137); }

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

border-color css

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

 span { border-color: rgb(55,101,137); }

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