#2A3653

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

Shades of Biscay #2A3653

Tints of Biscay #2A3653

Color information

#2A3653 (or 0x2A3653) is unknown color: approx Biscay. HEX triplet: 2A, 36 and 53. RGB value is (42,54,83). Sum of RGB (Red+Green+Blue) = 42+54+83=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3653 is #D5C9AC. Grayscale: #353535. Windows color (decimal): -14010797 or 5453354. OLE color: 5453354.

HSL color Cylindrical-coordinate representation of color #2A3653: hue angle of 222.44º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3653 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB425483-
CMYK0.490.3500.67
HSL222.44º32.8%24.51%-
HSV(B)222.44º49.4%32.55%-
XYZ3.843.768.71-
YUV53.72144.52119.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=23.46%
G=30.17%
B=46.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4254830.490.3500.67222.4432.824.51
Hex2A36533123043de2119
Octal5266123614301033364131
Binary1010101101101010011110001100011010000111101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3653; }

 p { color: rgb(42,54,83); }

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

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

 a { background-color: rgb(42,54,83); }

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

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

 span { border-color: rgb(42,54,83); }

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