#28317D

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

Shades of Torea Bay #28317D

Tints of Torea Bay #28317D

Color information

#28317D (or 0x28317D) is unknown color: approx Torea Bay. HEX triplet: 28, 31 and 7D. RGB value is (40,49,125). Sum of RGB (Red+Green+Blue) = 40+49+125=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #28317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28317D is #D7CE82. Grayscale: #363636. Windows color (decimal): -14143107 or 8204584. OLE color: 8204584.

HSL color Cylindrical-coordinate representation of color #28317D: hue angle of 233.65º 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 #28317D is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4049125-
CMYK0.680.6100.51
HSL233.65º51.52%32.35%-
HSV(B)233.65º68%49.02%-
XYZ5.684.1319.9-
YUV54.97167.52117.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=18.69%
G=22.90%
B=58.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40491250.680.6100.51233.6551.5232.35
Hex28317D443D033ea3420
Octal5061175104750633526440
Binary10100011000111111011000100111101011001111101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28317D; }

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

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

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

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

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

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

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

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