Html Css Color HEX #376783 Astral

📋 copy color: '#376783'

red 55 ◦ green 103 ◦ blue 131

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

Shades of Astral #376783

Tints of Astral #376783

RGB

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

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

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

R = 19.03%
G = 35.64%
B = 45.33%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376783 (or 0x376783) is known color: Astral. HEX triplet: 37, 67 and 83. RGB value is (55,103,131). Sum of RGB (Red+Green+Blue) = 55+103+131=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #376783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376783 is #C8987C. Grayscale: #5B5B5B. Windows color (decimal): -13146237 or 8611639. OLE color: 8611639.

HSL color Cylindrical-coordinate representation of color #376783: hue angle of 202.11º 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 #376783 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 103 131 -
CMYK 0.58 0.21 0 0.49
HSL 202.11º 0.41% 0.36% -
HSV(B) 202.11º 0.58% 0.51% -
XYZ 10.52 12.15 23.26 -
YUV 91.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 55 103 131 0.58 0.21 0 0.49 202.11 0.41 0.36
Hex 37 67 83 3A 15 0 31 CA 29 24
Octal 67 147 203 72 25 0 61 312 51 44
Binary 110111 1100111 10000011 111010 10101 0 110001 11001010 101001 100100

Color Harmonies of #376783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376783

Black with #376783

Text Example


Text Example

White with #376783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376783; }

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

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

background-color css

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

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

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

border-color css

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

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

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