#293263

Color #293263 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #293263

Tints of Bay Of Many #293263

Color information

#293263 (or 0x293263) is unknown color: approx Bay Of Many. HEX triplet: 29, 32 and 63. RGB value is (41,50,99). Sum of RGB (Red+Green+Blue) = 41+50+99=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #293263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293263 is #D6CD9C. Grayscale: #343434. Windows color (decimal): -14077341 or 6500905. OLE color: 6500905.

HSL color Cylindrical-coordinate representation of color #293263: hue angle of 230.69º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293263 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB415099-
CMYK0.590.4900.61
HSL230.69º41.43%27.45%-
HSV(B)230.69º58.59%38.82%-
XYZ4.313.6512.28-
YUV52.9154.02119.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=21.58%
G=26.32%
B=52.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4150990.590.4900.61230.6941.4327.45
Hex2932633B3103De7291b
Octal516214373610753475133
Binary101001110010110001111101111000101111011110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293263; }

 p { color: rgb(41,50,99); }

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

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

 a { background-color: rgb(41,50,99); }

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

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

 span { border-color: rgb(41,50,99); }

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