Html Css Color HEX #376788 Astral

📋 copy color: '#376788'

red 55 ◦ green 103 ◦ blue 136

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

Shades of Astral #376788

Tints of Astral #376788

RGB

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

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

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

R = 18.71%
G = 35.03%
B = 46.26%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#376788 (or 0x376788) is known color: Astral. HEX triplet: 37, 67 and 88. RGB value is (55,103,136). Sum of RGB (Red+Green+Blue) = 55+103+136=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #376788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376788 is #C89877. Grayscale: #5C5C5C. Windows color (decimal): -13146232 or 8939319. OLE color: 8939319.

HSL color Cylindrical-coordinate representation of color #376788: hue angle of 204.44º 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 #376788 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 103 136 -
CMYK 0.60 0.24 0 0.47
HSL 204.44º 0.42% 0.37% -
HSV(B) 204.44º 0.6% 0.53% -
XYZ 10.87 12.29 25.09 -
YUV 92.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 55 103 136 0.60 0.24 0 0.47 204.44 0.42 0.37
Hex 37 67 88 3C 18 0 2F CC 2A 25
Octal 67 147 210 74 30 0 57 314 52 45
Binary 110111 1100111 10001000 111100 11000 0 101111 11001100 101010 100101

Color Harmonies of #376788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376788

Black with #376788

Text Example


Text Example

White with #376788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376788; }

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

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

background-color css

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

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

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

border-color css

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

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

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