Html Css Color HEX #377282 Astral

📋 copy color: '#377282'

red 55 ◦ green 114 ◦ blue 130

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

Shades of Astral #377282

Tints of Astral #377282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 18.39%
G = 38.13%
B = 43.48%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377282 (or 0x377282) is known color: Astral. HEX triplet: 37, 72 and 82. RGB value is (55,114,130). Sum of RGB (Red+Green+Blue) = 55+114+130=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #377282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377282 is #C88D7D. Grayscale: #626262. Windows color (decimal): -13143422 or 8548919. OLE color: 8548919.

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

Color convert

RGB 55 114 130 -
CMYK 0.58 0.12 0 0.49
HSL 192.8º 0.41% 0.36% -
HSV(B) 192.8º 0.58% 0.51% -
XYZ 11.62 14.46 23.3 -
YUV 98.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 55 114 130 0.58 0.12 0 0.49 192.8 0.41 0.36
Hex 37 72 82 3A C 0 31 C1 29 24
Octal 67 162 202 72 14 0 61 301 51 44
Binary 110111 1110010 10000010 111010 1100 0 110001 11000001 101001 100100

Color Harmonies of #377282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377282

Black with #377282

Text Example


Text Example

White with #377282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377282; }

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

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

background-color css

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

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

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

border-color css

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

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

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