#28328C

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

Shades of Torea Bay #28328C

Tints of Torea Bay #28328C

Color information

#28328C (or 0x28328C) is unknown color: approx Torea Bay. HEX triplet: 28, 32 and 8C. RGB value is (40,50,140). Sum of RGB (Red+Green+Blue) = 40+50+140=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #28328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328C is #D7CD73. Grayscale: #383838. Windows color (decimal): -14142836 or 9187880. OLE color: 9187880.

HSL color Cylindrical-coordinate representation of color #28328C: hue angle of 234º degrees, saturation: 0.56, 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 #28328C is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4050140-
CMYK0.710.6400.45
HSL234º55.56%35.29%-
HSV(B)234º71.43%54.9%-
XYZ6.754.6325.35-
YUV57.27174.69115.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 140 (55.08% from 255) = 60.87%
R=17.39%
G=21.74%
B=60.87%

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
Decimal40501400.710.6400.4523455.5635.29
Hex28328C474002Dea3823
Octal50622141071000553527043
Binary1010001100101000110010001111000000010110111101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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