Html Css Color HEX #377184 Astral

📋 copy color: '#377184'

red 55 ◦ green 113 ◦ blue 132

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

Shades of Astral #377184

Tints of Astral #377184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 18.33%
G = 37.67%
B = 44%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377184 (or 0x377184) is known color: Astral. HEX triplet: 37, 71 and 84. RGB value is (55,113,132). Sum of RGB (Red+Green+Blue) = 55+113+132=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #377184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377184 is #C88E7B. Grayscale: #616161. Windows color (decimal): -13143676 or 8679735. OLE color: 8679735.

HSL color Cylindrical-coordinate representation of color #377184: hue angle of 194.81º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377184 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 113 132 -
CMYK 0.58 0.14 0 0.48
HSL 194.81º 0.41% 0.37% -
HSV(B) 194.81º 0.58% 0.52% -
XYZ 11.65 14.29 23.97 -
YUV 97.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 55 113 132 0.58 0.14 0 0.48 194.81 0.41 0.37
Hex 37 71 84 3A E 0 30 C3 29 25
Octal 67 161 204 72 16 0 60 303 51 45
Binary 110111 1110001 10000100 111010 1110 0 110000 11000011 101001 100101

Color Harmonies of #377184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377184

Black with #377184

Text Example


Text Example

White with #377184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377184; }

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

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

background-color css

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

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

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

border-color css

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

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

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