#28328A

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

Shades of Torea Bay #28328A

Tints of Torea Bay #28328A

Color information

#28328A (or 0x28328A) is unknown color: approx Torea Bay. HEX triplet: 28, 32 and 8A. RGB value is (40,50,138). Sum of RGB (Red+Green+Blue) = 40+50+138=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #28328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328A is #D7CD75. Grayscale: #383838. Windows color (decimal): -14142838 or 9056808. OLE color: 9056808.

HSL color Cylindrical-coordinate representation of color #28328A: hue angle of 233.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28328A is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4050138-
CMYK0.710.6400.46
HSL233.88º55.06%34.9%-
HSV(B)233.88º71.01%54.12%-
XYZ6.64.5724.58-
YUV57.04173.69115.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 138 (54.30% from 255) = 60.53%
R=17.54%
G=21.93%
B=60.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40501380.710.6400.46233.8855.0634.9
Hex28328A474002Eea3723
Octal50622121071000563526743
Binary1010001100101000101010001111000000010111011101010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,50,138); }

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

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

 a { background-color: rgb(40,50,138); }

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

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

 span { border-color: rgb(40,50,138); }

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