#28317A

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

Shades of Torea Bay #28317A

Tints of Torea Bay #28317A

Color information

#28317A (or 0x28317A) is unknown color: approx Torea Bay. HEX triplet: 28, 31 and 7A. RGB value is (40,49,122). Sum of RGB (Red+Green+Blue) = 40+49+122=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #28317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28317A is #D7CE85. Grayscale: #363636. Windows color (decimal): -14143110 or 8007976. OLE color: 8007976.

HSL color Cylindrical-coordinate representation of color #28317A: hue angle of 233.41º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28317A is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4049122-
CMYK0.670.6000.52
HSL233.41º50.62%31.76%-
HSV(B)233.41º67.21%47.84%-
XYZ5.494.0518.91-
YUV54.63166.02117.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=18.96%
G=23.22%
B=57.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40491220.670.6000.52233.4150.6231.76
Hex28317A433C034e93320
Octal5061172103740643516340
Binary10100011000111110101000011111100011010011101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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