Html Css Color HEX #376F94 Astral

📋 copy color: '#376F94'

red 55 ◦ green 111 ◦ blue 148

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

Shades of Astral #376F94

Tints of Astral #376F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 17.52%
G = 35.35%
B = 47.13%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376F94 (or 0x376F94) is known color: Astral. HEX triplet: 37, 6F and 94. RGB value is (55,111,148). Sum of RGB (Red+Green+Blue) = 55+111+148=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #376F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F94 is #C8906B. Grayscale: #626262. Windows color (decimal): -13144172 or 9727799. OLE color: 9727799.

HSL color Cylindrical-coordinate representation of color #376F94: hue angle of 203.87º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376F94 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 111 148 -
CMYK 0.63 0.25 0 0.42
HSL 203.87º 0.46% 0.4% -
HSV(B) 203.87º 0.63% 0.58% -
XYZ 12.61 14.32 30.12 -
YUV 98.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 55 111 148 0.63 0.25 0 0.42 203.87 0.46 0.4
Hex 37 6F 94 3F 19 0 2A CC 2E 28
Octal 67 157 224 77 31 0 52 314 56 50
Binary 110111 1101111 10010100 111111 11001 0 101010 11001100 101110 101000

Color Harmonies of #376F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F94

Black with #376F94

Text Example


Text Example

White with #376F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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