Html Css Color HEX #377290 Astral

📋 copy color: '#377290'

red 55 ◦ green 114 ◦ blue 144

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

Shades of Astral #377290

Tints of Astral #377290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 17.57%
G = 36.42%
B = 46.01%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377290 (or 0x377290) is known color: Astral. HEX triplet: 37, 72 and 90. RGB value is (55,114,144). Sum of RGB (Red+Green+Blue) = 55+114+144=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #377290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377290 is #C88D6F. Grayscale: #636363. Windows color (decimal): -13143408 or 9466423. OLE color: 9466423.

HSL color Cylindrical-coordinate representation of color #377290: hue angle of 200.22º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377290 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 114 144 -
CMYK 0.62 0.21 0 0.44
HSL 200.22º 0.45% 0.39% -
HSV(B) 200.22º 0.62% 0.56% -
XYZ 12.63 14.86 28.59 -
YUV 99.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 55 114 144 0.62 0.21 0 0.44 200.22 0.45 0.39
Hex 37 72 90 3E 15 0 2C C8 2D 27
Octal 67 162 220 76 25 0 54 310 55 47
Binary 110111 1110010 10010000 111110 10101 0 101100 11001000 101101 100111

Color Harmonies of #377290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377290

Black with #377290

Text Example


Text Example

White with #377290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377290; }

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

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

background-color css

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

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

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

border-color css

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

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

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