#28345A

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

Shades of Biscay #28345A

Tints of Biscay #28345A

Color information

#28345A (or 0x28345A) is unknown color: approx Biscay. HEX triplet: 28, 34 and 5A. RGB value is (40,52,90). Sum of RGB (Red+Green+Blue) = 40+52+90=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #28345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28345A is #D7CBA5. Grayscale: #343434. Windows color (decimal): -14142374 or 5911592. OLE color: 5911592.

HSL color Cylindrical-coordinate representation of color #28345A: hue angle of 225.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28345A is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB405290-
CMYK0.560.4200.65
HSL225.6º38.46%25.49%-
HSV(B)225.6º55.56%35.29%-
XYZ3.953.6510.17-
YUV52.74149.02118.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=21.98%
G=28.57%
B=49.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4052900.560.4200.65225.638.4625.49
Hex28345A382A041e22619
Octal5064132705201013424631
Binary1010001101001011010111000101010010000011110001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28345A; }

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

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

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

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

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

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

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

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