Html Css Color HEX #376F93 Astral

📋 copy color: '#376F93'

red 55 ◦ green 111 ◦ blue 147

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

Shades of Astral #376F93

Tints of Astral #376F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 17.57%
G = 35.46%
B = 46.96%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376F93 (or 0x376F93) is known color: Astral. HEX triplet: 37, 6F and 93. RGB value is (55,111,147). Sum of RGB (Red+Green+Blue) = 55+111+147=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #376F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376F93 is #C8906C. Grayscale: #626262. Windows color (decimal): -13144173 or 9662263. OLE color: 9662263.

HSL color Cylindrical-coordinate representation of color #376F93: hue angle of 203.48º 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 #376F93 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 111 147 -
CMYK 0.63 0.24 0 0.42
HSL 203.48º 0.46% 0.4% -
HSV(B) 203.48º 0.63% 0.58% -
XYZ 12.53 14.29 29.7 -
YUV 98.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 55 111 147 0.63 0.24 0 0.42 203.48 0.46 0.4
Hex 37 6F 93 3F 18 0 2A CB 2E 28
Octal 67 157 223 77 30 0 52 313 56 50
Binary 110111 1101111 10010011 111111 11000 0 101010 11001011 101110 101000

Color Harmonies of #376F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F93

Black with #376F93

Text Example


Text Example

White with #376F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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