#283176

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

Shades of Torea Bay #283176

Tints of Torea Bay #283176

Color information

#283176 (or 0x283176) is unknown color: approx Torea Bay. HEX triplet: 28, 31 and 76. RGB value is (40,49,118). Sum of RGB (Red+Green+Blue) = 40+49+118=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #283176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283176 is #D7CE89. Grayscale: #353535. Windows color (decimal): -14143114 or 7745832. OLE color: 7745832.

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

Color convert

RGB4049118-
CMYK0.660.5800.54
HSL233.08º49.37%30.98%-
HSV(B)233.08º66.1%46.27%-
XYZ5.243.9617.63-
YUV54.18164.02117.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=19.32%
G=23.67%
B=57.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40491180.660.5800.54233.0849.3730.98
Hex283176423A036e9311f
Octal5061166102720663516137
Binary1010001100011110110100001011101001101101110100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283176; }

 p { color: rgb(40,49,118); }

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

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

 a { background-color: rgb(40,49,118); }

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

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

 span { border-color: rgb(40,49,118); }

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