#28307B

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

Shades of Torea Bay #28307B

Tints of Torea Bay #28307B

Color information

#28307B (or 0x28307B) is unknown color: approx Torea Bay. HEX triplet: 28, 30 and 7B. RGB value is (40,48,123). Sum of RGB (Red+Green+Blue) = 40+48+123=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #28307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28307B is #D7CF84. Grayscale: #353535. Windows color (decimal): -14143365 or 8073256. OLE color: 8073256.

HSL color Cylindrical-coordinate representation of color #28307B: hue angle of 234.22º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28307B is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4048123-
CMYK0.670.6100.52
HSL234.22º50.92%31.96%-
HSV(B)234.22º67.48%48.24%-
XYZ5.51419.22-
YUV54.16166.85117.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=18.96%
G=22.75%
B=58.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40481230.670.6100.52234.2250.9231.96
Hex28307B433D034ea3320
Octal5060173103750643526340
Binary10100011000011110111000011111101011010011101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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