#2D3853

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

Shades of Biscay #2D3853

Tints of Biscay #2D3853

Color information

#2D3853 (or 0x2D3853) is unknown color: approx Biscay. HEX triplet: 2D, 38 and 53. RGB value is (45,56,83). Sum of RGB (Red+Green+Blue) = 45+56+83=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3853 is #D2C7AC. Grayscale: #373737. Windows color (decimal): -13813677 or 5453869. OLE color: 5453869.

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

Color convert

RGB455683-
CMYK0.460.3300.67
HSL222.63º29.69%25.1%-
HSV(B)222.63º45.78%32.55%-
XYZ4.064.018.74-
YUV55.79143.36120.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.46%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=24.46%
G=30.43%
B=45.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4556830.460.3300.67222.6329.6925.1
Hex2D38532E21043df1e19
Octal5570123564101033373631
Binary101101111000101001110111010000101000011110111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,56,83); }

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

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

 a { background-color: rgb(45,56,83); }

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

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

 span { border-color: rgb(45,56,83); }

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