Html Css Color HEX #376A85 Astral

📋 copy color: '#376A85'

red 55 ◦ green 106 ◦ blue 133

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

Shades of Astral #376A85

Tints of Astral #376A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 18.71%
G = 36.05%
B = 45.24%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376A85 (or 0x376A85) is known color: Astral. HEX triplet: 37, 6A and 85. RGB value is (55,106,133). Sum of RGB (Red+Green+Blue) = 55+106+133=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #376A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376A85 is #C8957A. Grayscale: #5D5D5D. Windows color (decimal): -13145467 or 8743479. OLE color: 8743479.

HSL color Cylindrical-coordinate representation of color #376A85: hue angle of 200.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376A85 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 106 133 -
CMYK 0.59 0.20 0 0.48
HSL 200.77º 0.41% 0.37% -
HSV(B) 200.77º 0.59% 0.52% -
XYZ 10.96 12.81 24.09 -
YUV 93.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 55 106 133 0.59 0.20 0 0.48 200.77 0.41 0.37
Hex 37 6A 85 3B 14 0 30 C9 29 25
Octal 67 152 205 73 24 0 60 311 51 45
Binary 110111 1101010 10000101 111011 10100 0 110000 11001001 101001 100101

Color Harmonies of #376A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A85

Black with #376A85

Text Example


Text Example

White with #376A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,106,133); }

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

background-color css

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

 a { background-color: rgb(55,106,133); }

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

border-color css

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

 span { border-color: rgb(55,106,133); }

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