Html Css Color HEX #376F90 Astral

📋 copy color: '#376F90'

red 55 ◦ green 111 ◦ blue 144

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

Shades of Astral #376F90

Tints of Astral #376F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 17.74%
G = 35.81%
B = 46.45%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#376F90 (or 0x376F90) is known color: Astral. HEX triplet: 37, 6F and 90. RGB value is (55,111,144). Sum of RGB (Red+Green+Blue) = 55+111+144=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #376F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F90 is #C8906F. Grayscale: #616161. Windows color (decimal): -13144176 or 9465655. OLE color: 9465655.

HSL color Cylindrical-coordinate representation of color #376F90: hue angle of 202.25º 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 #376F90 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 111 144 -
CMYK 0.62 0.23 0 0.44
HSL 202.25º 0.45% 0.39% -
HSV(B) 202.25º 0.62% 0.56% -
XYZ 12.29 14.19 28.48 -
YUV 98.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 55 111 144 0.62 0.23 0 0.44 202.25 0.45 0.39
Hex 37 6F 90 3E 17 0 2C CA 2D 27
Octal 67 157 220 76 27 0 54 312 55 47
Binary 110111 1101111 10010000 111110 10111 0 101100 11001010 101101 100111

Color Harmonies of #376F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F90

Black with #376F90

Text Example


Text Example

White with #376F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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