Html Css Color HEX #376683 Astral

📋 copy color: '#376683'

red 55 ◦ green 102 ◦ blue 131

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

Shades of Astral #376683

Tints of Astral #376683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

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

R = 19.1%
G = 35.42%
B = 45.49%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376683 (or 0x376683) is known color: Astral. HEX triplet: 37, 66 and 83. RGB value is (55,102,131). Sum of RGB (Red+Green+Blue) = 55+102+131=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #376683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376683 is #C8997C. Grayscale: #5B5B5B. Windows color (decimal): -13146493 or 8611383. OLE color: 8611383.

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

Color convert

RGB 55 102 131 -
CMYK 0.58 0.22 0 0.49
HSL 202.89º 0.41% 0.36% -
HSV(B) 202.89º 0.58% 0.51% -
XYZ 10.42 11.95 23.23 -
YUV 91.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 55 102 131 0.58 0.22 0 0.49 202.89 0.41 0.36
Hex 37 66 83 3A 16 0 31 CB 29 24
Octal 67 146 203 72 26 0 61 313 51 44
Binary 110111 1100110 10000011 111010 10110 0 110001 11001011 101001 100100

Color Harmonies of #376683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376683

Black with #376683

Text Example


Text Example

White with #376683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376683; }

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

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

background-color css

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

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

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

border-color css

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

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

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