#296673

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

Shades of Allports #296673

Tints of Allports #296673

Color information

#296673 (or 0x296673) is unknown color: approx Allports. HEX triplet: 29, 66 and 73. RGB value is (41,102,115). Sum of RGB (Red+Green+Blue) = 41+102+115=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #296673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296673 is #D6998C. Grayscale: #555555. Windows color (decimal): -14064013 or 7562793. OLE color: 7562793.

HSL color Cylindrical-coordinate representation of color #296673: hue angle of 190.54º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296673 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41102115-
CMYK0.640.1100.55
HSL190.54º47.44%30.59%-
HSV(B)190.54º64.35%45.1%-
XYZ8.7611.2117.92-
YUV85.24144.7996.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=15.89%
G=39.53%
B=44.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411021150.640.1100.55190.5447.4430.59
Hex29667340B037bf2f1f
Octal51146163100130672775737
Binary101001110011011100111000000101101101111011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296673; }

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

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

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

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

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

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

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

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