#297381

Color #297381 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #297381

Tints of Allports #297381

Color information

#297381 (or 0x297381) is unknown color: approx Allports. HEX triplet: 29, 73 and 81. RGB value is (41,115,129). Sum of RGB (Red+Green+Blue) = 41+115+129=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #297381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297381 is #D68C7E. Grayscale: #5E5E5E. Windows color (decimal): -14060671 or 8483625. OLE color: 8483625.

HSL color Cylindrical-coordinate representation of color #297381: hue angle of 189.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297381 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41115129-
CMYK0.680.1100.49
HSL189.55º51.76%33.33%-
HSV(B)189.55º68.22%50.59%-
XYZ11.0114.3222.95-
YUV94.47147.4889.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=14.39%
G=40.35%
B=45.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411151290.680.1100.49189.5551.7633.33
Hex29738144B031be3421
Octal51163201104130612766441
Binary10100111100111000000110001001011011000110111110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297381; }

 p { color: rgb(41,115,129); }

 H1.HeaderClassName
 {
   color: #297381;
 }
 .AnyTagClassName
 {
   color: #297381;
 }
</style>
background-color css

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

 a { background-color: rgb(41,115,129); }

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

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

 span { border-color: rgb(41,115,129); }

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