Html Css Color HEX #377692 Astral

📋 copy color: '#377692'

red 55 ◦ green 118 ◦ blue 146

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

Shades of Astral #377692

Tints of Astral #377692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

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

R = 17.24%
G = 36.99%
B = 45.77%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#377692 (or 0x377692) is known color: Astral. HEX triplet: 37, 76 and 92. RGB value is (55,118,146). Sum of RGB (Red+Green+Blue) = 55+118+146=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #377692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377692 is #C8896D. Grayscale: #666666. Windows color (decimal): -13142382 or 9598519. OLE color: 9598519.

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

Color convert

RGB 55 118 146 -
CMYK 0.62 0.19 0 0.43
HSL 198.46º 0.45% 0.39% -
HSV(B) 198.46º 0.62% 0.57% -
XYZ 13.24 15.84 29.55 -
YUV 102.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 55 118 146 0.62 0.19 0 0.43 198.46 0.45 0.39
Hex 37 76 92 3E 13 0 2B C6 2D 27
Octal 67 166 222 76 23 0 53 306 55 47
Binary 110111 1110110 10010010 111110 10011 0 101011 11000110 101101 100111

Color Harmonies of #377692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377692

Black with #377692

Text Example


Text Example

White with #377692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377692; }

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

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

background-color css

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

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

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

border-color css

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

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

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