Html Css Color HEX #376688 Astral

📋 copy color: '#376688'

red 55 ◦ green 102 ◦ blue 136

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

Shades of Astral #376688

Tints of Astral #376688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 18.77%
G = 34.81%
B = 46.42%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#376688 (or 0x376688) is known color: Astral. HEX triplet: 37, 66 and 88. RGB value is (55,102,136). Sum of RGB (Red+Green+Blue) = 55+102+136=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #376688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376688 is #C89977. Grayscale: #5B5B5B. Windows color (decimal): -13146488 or 8939063. OLE color: 8939063.

HSL color Cylindrical-coordinate representation of color #376688: hue angle of 205.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376688 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 102 136 -
CMYK 0.60 0.25 0 0.47
HSL 205.19º 0.42% 0.37% -
HSV(B) 205.19º 0.6% 0.53% -
XYZ 10.77 12.09 25.06 -
YUV 91.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 55 102 136 0.60 0.25 0 0.47 205.19 0.42 0.37
Hex 37 66 88 3C 19 0 2F CD 2A 25
Octal 67 146 210 74 31 0 57 315 52 45
Binary 110111 1100110 10001000 111100 11001 0 101111 11001101 101010 100101

Color Harmonies of #376688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376688

Black with #376688

Text Example


Text Example

White with #376688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376688; }

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

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

background-color css

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

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

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

border-color css

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

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

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