#282F7D

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

Shades of Torea Bay #282F7D

Tints of Torea Bay #282F7D

Color information

#282F7D (or 0x282F7D) is unknown color: approx Torea Bay. HEX triplet: 28, 2F and 7D. RGB value is (40,47,125). Sum of RGB (Red+Green+Blue) = 40+47+125=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #282F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F7D is #D7D082. Grayscale: #353535. Windows color (decimal): -14143619 or 8204072. OLE color: 8204072.

HSL color Cylindrical-coordinate representation of color #282F7D: hue angle of 235.06º degrees, saturation: 0.52, 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 #282F7D is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4047125-
CMYK0.680.6200.51
HSL235.06º51.52%32.35%-
HSV(B)235.06º68%49.02%-
XYZ5.593.9619.87-
YUV53.8168.18118.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 125 (49.22% from 255) = 58.96%
R=18.87%
G=22.17%
B=58.96%

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
Decimal40471250.680.6200.51235.0651.5232.35
Hex282F7D443E033eb3420
Octal5057175104760633536440
Binary10100010111111111011000100111110011001111101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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