#296774

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

Shades of Allports #296774

Tints of Allports #296774

Color information

#296774 (or 0x296774) is unknown color: approx Allports. HEX triplet: 29, 67 and 74. RGB value is (41,103,116). Sum of RGB (Red+Green+Blue) = 41+103+116=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #296774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296774 is #D6988B. Grayscale: #555555. Windows color (decimal): -14063756 or 7628585. OLE color: 7628585.

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

Color convert

RGB41103116-
CMYK0.650.1100.55
HSL190.4º47.77%30.78%-
HSV(B)190.4º64.66%45.49%-
XYZ8.9211.4318.26-
YUV85.94144.9695.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 116 (45.70% from 255) = 44.62%
R=15.77%
G=39.62%
B=44.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411031160.650.1100.55190.447.7730.78
Hex29677441B037be301f
Octal51147164101130672766037
Binary101001110011111101001000001101101101111011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296774; }

 p { color: rgb(41,103,116); }

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

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

 a { background-color: rgb(41,103,116); }

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

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

 span { border-color: rgb(41,103,116); }

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