Html Css Color HEX #376B93 Astral

📋 copy color: '#376B93'

red 55 ◦ green 107 ◦ blue 147

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

Shades of Astral #376B93

Tints of Astral #376B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 17.8%
G = 34.63%
B = 47.57%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#376B93 (or 0x376B93) is known color: Astral. HEX triplet: 37, 6B and 93. RGB value is (55,107,147). Sum of RGB (Red+Green+Blue) = 55+107+147=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #376B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B93 is #C8946C. Grayscale: #5F5F5F. Windows color (decimal): -13145197 or 9661239. OLE color: 9661239.

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

Color convert

RGB 55 107 147 -
CMYK 0.63 0.27 0 0.42
HSL 206.09º 0.46% 0.4% -
HSV(B) 206.09º 0.63% 0.58% -
XYZ 12.1 13.43 29.56 -
YUV 96.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 55 107 147 0.63 0.27 0 0.42 206.09 0.46 0.4
Hex 37 6B 93 3F 1B 0 2A CE 2E 28
Octal 67 153 223 77 33 0 52 316 56 50
Binary 110111 1101011 10010011 111111 11011 0 101010 11001110 101110 101000

Color Harmonies of #376B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B93

Black with #376B93

Text Example


Text Example

White with #376B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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