#283088

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

Shades of Torea Bay #283088

Tints of Torea Bay #283088

Color information

#283088 (or 0x283088) is unknown color: approx Torea Bay. HEX triplet: 28, 30 and 88. RGB value is (40,48,136). Sum of RGB (Red+Green+Blue) = 40+48+136=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #283088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283088 is #D7CF77. Grayscale: #373737. Windows color (decimal): -14143352 or 8925224. OLE color: 8925224.

HSL color Cylindrical-coordinate representation of color #283088: hue angle of 235º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283088 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4048136-
CMYK0.710.6500.47
HSL235º54.55%34.51%-
HSV(B)235º70.59%53.33%-
XYZ6.384.3423.79-
YUV55.64173.35116.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 136 (53.52% from 255) = 60.71%
R=17.86%
G=21.43%
B=60.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40481360.710.6500.4723554.5534.51
Hex283088474102Feb3723
Octal50602101071010573536743
Binary1010001100001000100010001111000001010111111101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283088; }

 p { color: rgb(40,48,136); }

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

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

 a { background-color: rgb(40,48,136); }

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

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

 span { border-color: rgb(40,48,136); }

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