#28348B

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

Shades of Torea Bay #28348B

Tints of Torea Bay #28348B

Color information

#28348B (or 0x28348B) is unknown color: approx Torea Bay. HEX triplet: 28, 34 and 8B. RGB value is (40,52,139). Sum of RGB (Red+Green+Blue) = 40+52+139=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #28348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28348B is #D7CB74. Grayscale: #393939. Windows color (decimal): -14142325 or 9122856. OLE color: 9122856.

HSL color Cylindrical-coordinate representation of color #28348B: hue angle of 232.73º 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 #28348B is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4052139-
CMYK0.710.6300.45
HSL232.73º55.31%35.1%-
HSV(B)232.73º71.22%54.51%-
XYZ6.764.7724.99-
YUV58.33173.52114.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=17.32%
G=22.51%
B=60.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40521390.710.6300.45232.7355.3135.1
Hex28348B473F02De93723
Octal5064213107770553516743
Binary101000110100100010111000111111111010110111101001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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