#28337F

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

Shades of Torea Bay #28337F

Tints of Torea Bay #28337F

Color information

#28337F (or 0x28337F) is unknown color: approx Torea Bay. HEX triplet: 28, 33 and 7F. RGB value is (40,51,127). Sum of RGB (Red+Green+Blue) = 40+51+127=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #28337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28337F is #D7CC80. Grayscale: #383838. Windows color (decimal): -14142593 or 8336168. OLE color: 8336168.

HSL color Cylindrical-coordinate representation of color #28337F: hue angle of 232.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28337F is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4051127-
CMYK0.690.6000.50
HSL232.41º52.1%32.75%-
HSV(B)232.41º68.5%49.8%-
XYZ5.894.3520.61-
YUV56.38167.86116.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 127 (50% from 255) = 58.26%
R=18.35%
G=23.39%
B=58.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40511270.690.6000.50232.4152.132.75
Hex28337F453C032e83421
Octal5063177105740623506441
Binary10100011001111111111000101111100011001011101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28337F; }

 p { color: rgb(40,51,127); }

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

<style>
 a { background-color: #28337F; }

 a { background-color: rgb(40,51,127); }

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

<style>
 span { border-color: #28337F; }

 span { border-color: rgb(40,51,127); }

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