Html Css Color HEX #377592 Astral

📋 copy color: '#377592'

red 55 ◦ green 117 ◦ blue 146

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

Shades of Astral #377592

Tints of Astral #377592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 17.3%
G = 36.79%
B = 45.91%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#377592 (or 0x377592) is known color: Astral. HEX triplet: 37, 75 and 92. RGB value is (55,117,146). Sum of RGB (Red+Green+Blue) = 55+117+146=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #377592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377592 is #C88A6D. Grayscale: #656565. Windows color (decimal): -13142638 or 9598263. OLE color: 9598263.

HSL color Cylindrical-coordinate representation of color #377592: hue angle of 199.12º 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 #377592 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 117 146 -
CMYK 0.62 0.20 0 0.43
HSL 199.12º 0.45% 0.39% -
HSV(B) 199.12º 0.62% 0.57% -
XYZ 13.13 15.61 29.52 -
YUV 101.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 55 117 146 0.62 0.20 0 0.43 199.12 0.45 0.39
Hex 37 75 92 3E 14 0 2B C7 2D 27
Octal 67 165 222 76 24 0 53 307 55 47
Binary 110111 1110101 10010010 111110 10100 0 101011 11000111 101101 100111

Color Harmonies of #377592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377592

Black with #377592

Text Example


Text Example

White with #377592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377592; }

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

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

background-color css

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

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

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

border-color css

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

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

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