Html Css Color HEX #376781 Astral

📋 copy color: '#376781'

red 55 ◦ green 103 ◦ blue 129

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

Shades of Astral #376781

Tints of Astral #376781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 19.16%
G = 35.89%
B = 44.95%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376781 (or 0x376781) is known color: Astral. HEX triplet: 37, 67 and 81. RGB value is (55,103,129). Sum of RGB (Red+Green+Blue) = 55+103+129=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #376781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376781 is #C8987E. Grayscale: #5B5B5B. Windows color (decimal): -13146239 or 8480567. OLE color: 8480567.

HSL color Cylindrical-coordinate representation of color #376781: hue angle of 201.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376781 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 103 129 -
CMYK 0.57 0.20 0 0.49
HSL 201.08º 0.4% 0.36% -
HSV(B) 201.08º 0.57% 0.51% -
XYZ 10.39 12.1 22.56 -
YUV 91.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 55 103 129 0.57 0.20 0 0.49 201.08 0.4 0.36
Hex 37 67 81 39 14 0 31 C9 28 24
Octal 67 147 201 71 24 0 61 311 50 44
Binary 110111 1100111 10000001 111001 10100 0 110001 11001001 101000 100100

Color Harmonies of #376781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376781

Black with #376781

Text Example


Text Example

White with #376781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376781; }

 p { color: rgb(55,103,129); }

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

background-color css

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

 a { background-color: rgb(55,103,129); }

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

border-color css

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

 span { border-color: rgb(55,103,129); }

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