#282E7A

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

Shades of Torea Bay #282E7A

Tints of Torea Bay #282E7A

Color information

#282E7A (or 0x282E7A) is unknown color: approx Torea Bay. HEX triplet: 28, 2E and 7A. RGB value is (40,46,122). Sum of RGB (Red+Green+Blue) = 40+46+122=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #282E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E7A is #D7D185. Grayscale: #343434. Windows color (decimal): -14143878 or 8007208. OLE color: 8007208.

HSL color Cylindrical-coordinate representation of color #282E7A: hue angle of 235.61º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #282E7A is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4046122-
CMYK0.670.6200.52
HSL235.61º50.62%31.76%-
HSV(B)235.61º67.21%47.84%-
XYZ5.363.8118.87-
YUV52.87167.01118.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=19.23%
G=22.12%
B=58.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40461220.670.6200.52235.6150.6231.76
Hex282E7A433E034ec3320
Octal5056172103760643546340
Binary10100010111011110101000011111110011010011101100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E7A; }

 p { color: rgb(40,46,122); }

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

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

 a { background-color: rgb(40,46,122); }

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

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

 span { border-color: rgb(40,46,122); }

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