Html Css Color HEX #377285 Astral

📋 copy color: '#377285'

red 55 ◦ green 114 ◦ blue 133

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

Shades of Astral #377285

Tints of Astral #377285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 18.21%
G = 37.75%
B = 44.04%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377285 (or 0x377285) is known color: Astral. HEX triplet: 37, 72 and 85. RGB value is (55,114,133). Sum of RGB (Red+Green+Blue) = 55+114+133=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #377285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377285 is #C88D7A. Grayscale: #626262. Windows color (decimal): -13143419 or 8745527. OLE color: 8745527.

HSL color Cylindrical-coordinate representation of color #377285: hue angle of 194.62º 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 #377285 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 114 133 -
CMYK 0.59 0.14 0 0.48
HSL 194.62º 0.41% 0.37% -
HSV(B) 194.62º 0.59% 0.52% -
XYZ 11.83 14.54 24.37 -
YUV 98.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 55 114 133 0.59 0.14 0 0.48 194.62 0.41 0.37
Hex 37 72 85 3B E 0 30 C3 29 25
Octal 67 162 205 73 16 0 60 303 51 45
Binary 110111 1110010 10000101 111011 1110 0 110000 11000011 101001 100101

Color Harmonies of #377285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377285

Black with #377285

Text Example


Text Example

White with #377285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377285; }

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

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

background-color css

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

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

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

border-color css

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

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

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