Html Css Color HEX #377183 Astral

📋 copy color: '#377183'

red 55 ◦ green 113 ◦ blue 131

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

Shades of Astral #377183

Tints of Astral #377183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 18.39%
G = 37.79%
B = 43.81%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377183 (or 0x377183) is known color: Astral. HEX triplet: 37, 71 and 83. RGB value is (55,113,131). Sum of RGB (Red+Green+Blue) = 55+113+131=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #377183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377183 is #C88E7C. Grayscale: #616161. Windows color (decimal): -13143677 or 8614199. OLE color: 8614199.

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

Color convert

RGB 55 113 131 -
CMYK 0.58 0.14 0 0.49
HSL 194.21º 0.41% 0.36% -
HSV(B) 194.21º 0.58% 0.51% -
XYZ 11.58 14.26 23.62 -
YUV 97.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 55 113 131 0.58 0.14 0 0.49 194.21 0.41 0.36
Hex 37 71 83 3A E 0 31 C2 29 24
Octal 67 161 203 72 16 0 61 302 51 44
Binary 110111 1110001 10000011 111010 1110 0 110001 11000010 101001 100100

Color Harmonies of #377183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377183

Black with #377183

Text Example


Text Example

White with #377183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377183; }

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

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

background-color css

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

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

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

border-color css

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

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

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