#283380

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

Shades of Torea Bay #283380

Tints of Torea Bay #283380

Color information

#283380 (or 0x283380) is unknown color: approx Torea Bay. HEX triplet: 28, 33 and 80. RGB value is (40,51,128). Sum of RGB (Red+Green+Blue) = 40+51+128=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #283380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283380 is #D7CC7F. Grayscale: #383838. Windows color (decimal): -14142592 or 8401704. OLE color: 8401704.

HSL color Cylindrical-coordinate representation of color #283380: hue angle of 232.5º 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 #283380 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4051128-
CMYK0.690.6000.50
HSL232.5º52.38%32.94%-
HSV(B)232.5º68.75%50.2%-
XYZ5.964.3820.95-
YUV56.49168.36116.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 128 (50.39% from 255) = 58.45%
R=18.26%
G=23.29%
B=58.45%

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
Decimal40511280.690.6000.50232.552.3832.94
Hex283380453C032e83421
Octal5063200105740623506441
Binary101000110011100000001000101111100011001011101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283380; }

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

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

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

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

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

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

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

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