#28317E

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

Shades of Torea Bay #28317E

Tints of Torea Bay #28317E

Color information

#28317E (or 0x28317E) is unknown color: approx Torea Bay. HEX triplet: 28, 31 and 7E. RGB value is (40,49,126). Sum of RGB (Red+Green+Blue) = 40+49+126=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #28317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28317E is #D7CE81. Grayscale: #363636. Windows color (decimal): -14143106 or 8270120. OLE color: 8270120.

HSL color Cylindrical-coordinate representation of color #28317E: hue angle of 233.72º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28317E is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4049126-
CMYK0.680.6100.51
HSL233.72º51.81%32.55%-
HSV(B)233.72º68.25%49.41%-
XYZ5.744.1520.24-
YUV55.09168.02117.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 126 (49.61% from 255) = 58.60%
R=18.60%
G=22.79%
B=58.60%

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
Decimal40491260.680.6100.51233.7251.8132.55
Hex28317E443D033ea3421
Octal5061176104750633526441
Binary10100011000111111101000100111101011001111101010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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