#283485

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

Shades of Torea Bay #283485

Tints of Torea Bay #283485

Color information

#283485 (or 0x283485) is unknown color: approx Torea Bay. HEX triplet: 28, 34 and 85. RGB value is (40,52,133). Sum of RGB (Red+Green+Blue) = 40+52+133=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #283485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283485 is #D7CB7A. Grayscale: #393939. Windows color (decimal): -14142331 or 8729640. OLE color: 8729640.

HSL color Cylindrical-coordinate representation of color #283485: hue angle of 232.26º 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 #283485 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4052133-
CMYK0.700.6100.48
HSL232.26º53.76%33.92%-
HSV(B)232.26º69.92%52.16%-
XYZ6.344.622.74-
YUV57.65170.52115.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=17.78%
G=23.11%
B=59.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40521330.700.6100.48232.2653.7633.92
Hex283485463D030e83622
Octal5064205106750603506642
Binary101000110100100001011000110111101011000011101000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283485; }

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

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

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

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

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

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

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

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