#28308A

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

Shades of Torea Bay #28308A

Tints of Torea Bay #28308A

Color information

#28308A (or 0x28308A) is unknown color: approx Torea Bay. HEX triplet: 28, 30 and 8A. RGB value is (40,48,138). Sum of RGB (Red+Green+Blue) = 40+48+138=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #28308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28308A is #D7CF75. Grayscale: #373737. Windows color (decimal): -14143350 or 9056296. OLE color: 9056296.

HSL color Cylindrical-coordinate representation of color #28308A: hue angle of 235.1º 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 #28308A is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4048138-
CMYK0.710.6500.46
HSL235.1º55.06%34.9%-
HSV(B)235.1º71.01%54.12%-
XYZ6.524.424.55-
YUV55.87174.35116.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 138 (54.30% from 255) = 61.06%
R=17.70%
G=21.24%
B=61.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40481380.710.6500.46235.155.0634.9
Hex28308A474102Eeb3723
Octal50602121071010563536743
Binary1010001100001000101010001111000001010111011101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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