#293B6A

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

Shades of Bay Of Many #293B6A

Tints of Bay Of Many #293B6A

Color information

#293B6A (or 0x293B6A) is unknown color: approx Bay Of Many. HEX triplet: 29, 3B and 6A. RGB value is (41,59,106). Sum of RGB (Red+Green+Blue) = 41+59+106=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #293B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B6A is #D6C495. Grayscale: #3A3A3A. Windows color (decimal): -14075030 or 6961961. OLE color: 6961961.

HSL color Cylindrical-coordinate representation of color #293B6A: hue angle of 223.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293B6A is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4159106-
CMYK0.610.4400.58
HSL223.38º44.22%28.82%-
HSV(B)223.38º61.32%41.57%-
XYZ5.084.6414.26-
YUV58.98154.54115.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=19.90%
G=28.64%
B=51.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41591060.610.4400.58223.3844.2228.82
Hex293B6A3D2C03Adf2c1d
Octal517315275540723375435
Binary101001111011110101011110110110001110101101111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293B6A; }

 p { color: rgb(41,59,106); }

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

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

 a { background-color: rgb(41,59,106); }

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

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

 span { border-color: rgb(41,59,106); }

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