Html Css Color HEX #377186 Astral

📋 copy color: '#377186'

red 55 ◦ green 113 ◦ blue 134

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

Shades of Astral #377186

Tints of Astral #377186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 18.21%
G = 37.42%
B = 44.37%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377186 (or 0x377186) is known color: Astral. HEX triplet: 37, 71 and 86. RGB value is (55,113,134). Sum of RGB (Red+Green+Blue) = 55+113+134=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #377186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377186 is #C88E79. Grayscale: #616161. Windows color (decimal): -13143674 or 8810807. OLE color: 8810807.

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

Color convert

RGB 55 113 134 -
CMYK 0.59 0.16 0 0.47
HSL 195.95º 0.42% 0.37% -
HSV(B) 195.95º 0.59% 0.53% -
XYZ 11.78 14.34 24.7 -
YUV 98.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 55 113 134 0.59 0.16 0 0.47 195.95 0.42 0.37
Hex 37 71 86 3B 10 0 2F C4 2A 25
Octal 67 161 206 73 20 0 57 304 52 45
Binary 110111 1110001 10000110 111011 10000 0 101111 11000100 101010 100101

Color Harmonies of #377186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377186

Black with #377186

Text Example


Text Example

White with #377186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377186; }

 p { color: rgb(55,113,134); }

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

background-color css

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

 a { background-color: rgb(55,113,134); }

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

border-color css

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

 span { border-color: rgb(55,113,134); }

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