#282F7C

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

Shades of Torea Bay #282F7C

Tints of Torea Bay #282F7C

Color information

#282F7C (or 0x282F7C) is unknown color: approx Torea Bay. HEX triplet: 28, 2F and 7C. RGB value is (40,47,124). Sum of RGB (Red+Green+Blue) = 40+47+124=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #282F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F7C is #D7D083. Grayscale: #353535. Windows color (decimal): -14143620 or 8138536. OLE color: 8138536.

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

Color convert

RGB4047124-
CMYK0.680.6200.51
HSL235º51.22%32.16%-
HSV(B)235º67.74%48.63%-
XYZ5.533.9419.54-
YUV53.68167.68118.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=18.96%
G=22.27%
B=58.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40471240.680.6200.5123551.2232.16
Hex282F7C443E033eb3320
Octal5057174104760633536340
Binary10100010111111111001000100111110011001111101011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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