Html Css Color HEX #377085 Astral

📋 copy color: '#377085'

red 55 ◦ green 112 ◦ blue 133

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

Shades of Astral #377085

Tints of Astral #377085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 18.33%
G = 37.33%
B = 44.33%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377085 (or 0x377085) is known color: Astral. HEX triplet: 37, 70 and 85. RGB value is (55,112,133). Sum of RGB (Red+Green+Blue) = 55+112+133=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #377085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377085 is #C88F7A. Grayscale: #616161. Windows color (decimal): -13143931 or 8745015. OLE color: 8745015.

HSL color Cylindrical-coordinate representation of color #377085: hue angle of 196.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377085 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 112 133 -
CMYK 0.59 0.16 0 0.48
HSL 196.15º 0.41% 0.37% -
HSV(B) 196.15º 0.59% 0.52% -
XYZ 11.6 14.09 24.3 -
YUV 97.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 55 112 133 0.59 0.16 0 0.48 196.15 0.41 0.37
Hex 37 70 85 3B 10 0 30 C4 29 25
Octal 67 160 205 73 20 0 60 304 51 45
Binary 110111 1110000 10000101 111011 10000 0 110000 11000100 101001 100101

Color Harmonies of #377085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377085

Black with #377085

Text Example


Text Example

White with #377085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377085; }

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

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

background-color css

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

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

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

border-color css

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

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

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