#296C92

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

Shades of Astral #296C92

Tints of Astral #296C92

Color information

#296C92 (or 0x296C92) is unknown color: approx Astral. HEX triplet: 29, 6C and 92. RGB value is (41,108,146). Sum of RGB (Red+Green+Blue) = 41+108+146=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #296C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C92 is #D6936D. Grayscale: #5C5C5C. Windows color (decimal): -14062446 or 9595945. OLE color: 9595945.

HSL color Cylindrical-coordinate representation of color #296C92: hue angle of 201.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296C92 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41108146-
CMYK0.720.2600.43
HSL201.71º56.15%36.67%-
HSV(B)201.71º71.92%57.25%-
XYZ11.4713.2729.15-
YUV92.3158.391.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=13.90%
G=36.61%
B=49.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411081460.720.2600.43201.7156.1536.67
Hex296C92481A02Bca3825
Octal51154222110320533127045
Binary101001110110010010010100100011010010101111001010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296C92; }

 p { color: rgb(41,108,146); }

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

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

 a { background-color: rgb(41,108,146); }

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

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

 span { border-color: rgb(41,108,146); }

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