#28307E

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

Shades of Torea Bay #28307E

Tints of Torea Bay #28307E

Color information

#28307E (or 0x28307E) is unknown color: approx Torea Bay. HEX triplet: 28, 30 and 7E. RGB value is (40,48,126). Sum of RGB (Red+Green+Blue) = 40+48+126=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #28307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307E is #D7CF81. Grayscale: #363636. Windows color (decimal): -14143362 or 8269864. OLE color: 8269864.

HSL color Cylindrical-coordinate representation of color #28307E: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28307E is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4048126-
CMYK0.680.6200.51
HSL234.42º51.81%32.55%-
HSV(B)234.42º68.25%49.41%-
XYZ5.74.0720.22-
YUV54.5168.35117.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=18.69%
G=22.43%
B=58.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40481260.680.6200.51234.4251.8132.55
Hex28307E443E033ea3421
Octal5060176104760633526441
Binary10100011000011111101000100111110011001111101010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28307E; }

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

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

<style>
 a { background-color: #28307E; }

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

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

<style>
 span { border-color: #28307E; }

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

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