#28337C

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

Shades of Torea Bay #28337C

Tints of Torea Bay #28337C

Color information

#28337C (or 0x28337C) is unknown color: approx Torea Bay. HEX triplet: 28, 33 and 7C. RGB value is (40,51,124). Sum of RGB (Red+Green+Blue) = 40+51+124=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #28337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28337C is #D7CC83. Grayscale: #373737. Windows color (decimal): -14142596 or 8139560. OLE color: 8139560.

HSL color Cylindrical-coordinate representation of color #28337C: hue angle of 232.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28337C is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4051124-
CMYK0.680.5900.51
HSL232.14º51.22%32.16%-
HSV(B)232.14º67.74%48.63%-
XYZ5.74.2719.59-
YUV56.03166.36116.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=18.60%
G=23.72%
B=57.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40511240.680.5900.51232.1451.2232.16
Hex28337C443B033e83320
Octal5063174104730633506340
Binary10100011001111111001000100111011011001111101000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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