#283385

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

Shades of Torea Bay #283385

Tints of Torea Bay #283385

Color information

#283385 (or 0x283385) is unknown color: approx Torea Bay. HEX triplet: 28, 33 and 85. RGB value is (40,51,133). Sum of RGB (Red+Green+Blue) = 40+51+133=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #283385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283385 is #D7CC7A. Grayscale: #383838. Windows color (decimal): -14142587 or 8729384. OLE color: 8729384.

HSL color Cylindrical-coordinate representation of color #283385: hue angle of 232.9º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283385 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4051133-
CMYK0.700.6200.48
HSL232.9º53.76%33.92%-
HSV(B)232.9º69.92%52.16%-
XYZ6.294.5122.73-
YUV57.06170.86115.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=17.86%
G=22.77%
B=59.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40511330.700.6200.48232.953.7633.92
Hex283385463E030e93622
Octal5063205106760603516642
Binary101000110011100001011000110111110011000011101001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283385; }

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

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

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

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

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

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

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

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