#282F82

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

Shades of Torea Bay #282F82

Tints of Torea Bay #282F82

Color information

#282F82 (or 0x282F82) is unknown color: approx Torea Bay. HEX triplet: 28, 2F and 82. RGB value is (40,47,130). Sum of RGB (Red+Green+Blue) = 40+47+130=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #282F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F82 is #D7D07D. Grayscale: #363636. Windows color (decimal): -14143614 or 8531752. OLE color: 8531752.

HSL color Cylindrical-coordinate representation of color #282F82: hue angle of 235.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #282F82 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4047130-
CMYK0.690.6400.49
HSL235.33º52.94%33.33%-
HSV(B)235.33º69.23%50.98%-
XYZ5.924.121.6-
YUV54.37170.68117.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=18.43%
G=21.66%
B=59.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40471300.690.6400.49235.3352.9433.33
Hex282F824540031eb3521
Octal50572021051000613536541
Binary1010001011111000001010001011000000011000111101011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,47,130); }

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

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

 a { background-color: rgb(40,47,130); }

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

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

 span { border-color: rgb(40,47,130); }

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