Html Css Color HEX #377194 Astral

📋 copy color: '#377194'

red 55 ◦ green 113 ◦ blue 148

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

Shades of Astral #377194

Tints of Astral #377194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 17.41%
G = 35.76%
B = 46.84%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377194 (or 0x377194) is known color: Astral. HEX triplet: 37, 71 and 94. RGB value is (55,113,148). Sum of RGB (Red+Green+Blue) = 55+113+148=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #377194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377194 is #C88E6B. Grayscale: #636363. Windows color (decimal): -13143660 or 9728311. OLE color: 9728311.

HSL color Cylindrical-coordinate representation of color #377194: hue angle of 202.58º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377194 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 113 148 -
CMYK 0.63 0.24 0 0.42
HSL 202.58º 0.46% 0.4% -
HSV(B) 202.58º 0.63% 0.58% -
XYZ 12.83 14.76 30.19 -
YUV 99.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 55 113 148 0.63 0.24 0 0.42 202.58 0.46 0.4
Hex 37 71 94 3F 18 0 2A CB 2E 28
Octal 67 161 224 77 30 0 52 313 56 50
Binary 110111 1110001 10010100 111111 11000 0 101010 11001011 101110 101000

Color Harmonies of #377194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377194

Black with #377194

Text Example


Text Example

White with #377194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377194; }

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

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

background-color css

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

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

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

border-color css

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

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

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