Html Css Color HEX #377083 Astral

📋 copy color: '#377083'

red 55 ◦ green 112 ◦ blue 131

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

Shades of Astral #377083

Tints of Astral #377083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 18.46%
G = 37.58%
B = 43.96%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377083 (or 0x377083) is known color: Astral. HEX triplet: 37, 70 and 83. RGB value is (55,112,131). Sum of RGB (Red+Green+Blue) = 55+112+131=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #377083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377083 is #C88F7C. Grayscale: #606060. Windows color (decimal): -13143933 or 8613943. OLE color: 8613943.

HSL color Cylindrical-coordinate representation of color #377083: hue angle of 195º 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 #377083 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 112 131 -
CMYK 0.58 0.15 0 0.49
HSL 195º 0.41% 0.36% -
HSV(B) 195º 0.58% 0.51% -
XYZ 11.47 14.04 23.58 -
YUV 97.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 55 112 131 0.58 0.15 0 0.49 195 0.41 0.36
Hex 37 70 83 3A F 0 31 C3 29 24
Octal 67 160 203 72 17 0 61 303 51 44
Binary 110111 1110000 10000011 111010 1111 0 110001 11000011 101001 100100

Color Harmonies of #377083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377083

Black with #377083

Text Example


Text Example

White with #377083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377083; }

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

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

background-color css

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

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

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

border-color css

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

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

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