Html Css Color HEX #377185 Astral

📋 copy color: '#377185'

red 55 ◦ green 113 ◦ blue 133

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

Shades of Astral #377185

Tints of Astral #377185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 18.27%
G = 37.54%
B = 44.19%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377185 (or 0x377185) is known color: Astral. HEX triplet: 37, 71 and 85. RGB value is (55,113,133). Sum of RGB (Red+Green+Blue) = 55+113+133=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #377185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377185 is #C88E7A. Grayscale: #616161. Windows color (decimal): -13143675 or 8745271. OLE color: 8745271.

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

Color convert

RGB 55 113 133 -
CMYK 0.59 0.15 0 0.48
HSL 195.38º 0.41% 0.37% -
HSV(B) 195.38º 0.59% 0.52% -
XYZ 11.71 14.32 24.34 -
YUV 97.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 55 113 133 0.59 0.15 0 0.48 195.38 0.41 0.37
Hex 37 71 85 3B F 0 30 C3 29 25
Octal 67 161 205 73 17 0 60 303 51 45
Binary 110111 1110001 10000101 111011 1111 0 110000 11000011 101001 100101

Color Harmonies of #377185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377185

Black with #377185

Text Example


Text Example

White with #377185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377185; }

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

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

background-color css

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

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

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

border-color css

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

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

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