#283458

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

Shades of Biscay #283458

Tints of Biscay #283458

Color information

#283458 (or 0x283458) is unknown color: approx Biscay. HEX triplet: 28, 34 and 58. RGB value is (40,52,88). Sum of RGB (Red+Green+Blue) = 40+52+88=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #283458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283458 is #D7CBA7. Grayscale: #343434. Windows color (decimal): -14142376 or 5780520. OLE color: 5780520.

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

Color convert

RGB405288-
CMYK0.550.4100.65
HSL225º37.5%25.1%-
HSV(B)225º54.55%34.51%-
XYZ3.863.619.73-
YUV52.52148.02119.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=22.22%
G=28.89%
B=48.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4052880.550.4100.6522537.525.1
Hex2834583729041e12519
Octal5064130675101013414531
Binary1010001101001011000110111101001010000011110000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283458; }

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

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

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

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

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

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

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

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