#293375

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

Shades of Torea Bay #293375

Tints of Torea Bay #293375

Color information

#293375 (or 0x293375) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 75. RGB value is (41,51,117). Sum of RGB (Red+Green+Blue) = 41+51+117=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #293375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293375 is #D6CC8A. Grayscale: #373737. Windows color (decimal): -14077067 or 7680809. OLE color: 7680809.

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

Color convert

RGB4151117-
CMYK0.650.5600.54
HSL232.11º48.1%30.98%-
HSV(B)232.11º64.96%45.88%-
XYZ5.314.1217.35-
YUV55.53162.69117.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=19.62%
G=24.40%
B=55.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41511170.650.5600.54232.1148.130.98
Hex2933754138036e8301f
Octal5163165101700663506037
Binary1010011100111110101100000111100001101101110100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293375; }

 p { color: rgb(41,51,117); }

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

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

 a { background-color: rgb(41,51,117); }

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

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

 span { border-color: rgb(41,51,117); }

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