#28328B

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

Shades of Torea Bay #28328B

Tints of Torea Bay #28328B

Color information

#28328B (or 0x28328B) is unknown color: approx Torea Bay. HEX triplet: 28, 32 and 8B. RGB value is (40,50,139). Sum of RGB (Red+Green+Blue) = 40+50+139=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #28328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328B is #D7CD74. Grayscale: #383838. Windows color (decimal): -14142837 or 9122344. OLE color: 9122344.

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

Color convert

RGB4050139-
CMYK0.710.6400.45
HSL233.94º55.31%35.1%-
HSV(B)233.94º71.22%54.51%-
XYZ6.684.624.96-
YUV57.16174.19115.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 139 (54.69% from 255) = 60.70%
R=17.47%
G=21.83%
B=60.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40501390.710.6400.45233.9455.3135.1
Hex28328B474002Dea3723
Octal50622131071000553526743
Binary1010001100101000101110001111000000010110111101010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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