Html Css Color HEX #377492 Astral

📋 copy color: '#377492'

red 55 ◦ green 116 ◦ blue 146

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

Shades of Astral #377492

Tints of Astral #377492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 17.35%
G = 36.59%
B = 46.06%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#377492 (or 0x377492) is known color: Astral. HEX triplet: 37, 74 and 92. RGB value is (55,116,146). Sum of RGB (Red+Green+Blue) = 55+116+146=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #377492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377492 is #C88B6D. Grayscale: #656565. Windows color (decimal): -13142894 or 9598007. OLE color: 9598007.

HSL color Cylindrical-coordinate representation of color #377492: hue angle of 199.78º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377492 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 116 146 -
CMYK 0.62 0.21 0 0.43
HSL 199.78º 0.45% 0.39% -
HSV(B) 199.78º 0.62% 0.57% -
XYZ 13.01 15.38 29.48 -
YUV 101.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 55 116 146 0.62 0.21 0 0.43 199.78 0.45 0.39
Hex 37 74 92 3E 15 0 2B C8 2D 27
Octal 67 164 222 76 25 0 53 310 55 47
Binary 110111 1110100 10010010 111110 10101 0 101011 11001000 101101 100111

Color Harmonies of #377492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377492

Black with #377492

Text Example


Text Example

White with #377492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377492; }

 p { color: rgb(55,116,146); }

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

background-color css

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

 a { background-color: rgb(55,116,146); }

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

border-color css

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

 span { border-color: rgb(55,116,146); }

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