Html Css Color HEX #376B92 Astral

📋 copy color: '#376B92'

red 55 ◦ green 107 ◦ blue 146

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

Shades of Astral #376B92

Tints of Astral #376B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 17.86%
G = 34.74%
B = 47.4%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376B92 (or 0x376B92) is known color: Astral. HEX triplet: 37, 6B and 92. RGB value is (55,107,146). Sum of RGB (Red+Green+Blue) = 55+107+146=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #376B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B92 is #C8946D. Grayscale: #5F5F5F. Windows color (decimal): -13145198 or 9595703. OLE color: 9595703.

HSL color Cylindrical-coordinate representation of color #376B92: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376B92 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 107 146 -
CMYK 0.62 0.27 0 0.43
HSL 205.71º 0.45% 0.39% -
HSV(B) 205.71º 0.62% 0.57% -
XYZ 12.02 13.4 29.15 -
YUV 95.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 55 107 146 0.62 0.27 0 0.43 205.71 0.45 0.39
Hex 37 6B 92 3E 1B 0 2B CE 2D 27
Octal 67 153 222 76 33 0 53 316 55 47
Binary 110111 1101011 10010010 111110 11011 0 101011 11001110 101101 100111

Color Harmonies of #376B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B92

Black with #376B92

Text Example


Text Example

White with #376B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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