#2D3952

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

Shades of Biscay #2D3952

Tints of Biscay #2D3952

Color information

#2D3952 (or 0x2D3952) is unknown color: approx Biscay. HEX triplet: 2D, 39 and 52. RGB value is (45,57,82). Sum of RGB (Red+Green+Blue) = 45+57+82=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #2D3952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3952 is #D2C6AD. Grayscale: #383838. Windows color (decimal): -13813422 or 5388589. OLE color: 5388589.

HSL color Cylindrical-coordinate representation of color #2D3952: hue angle of 220.54º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D3952 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB455782-
CMYK0.450.3000.68
HSL220.54º29.13%24.9%-
HSV(B)220.54º45.12%32.16%-
XYZ4.074.098.56-
YUV56.26142.52119.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.46%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=24.46%
G=30.98%
B=44.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4557820.450.3000.68220.5429.1324.9
Hex2D39522D1E044dd1d19
Octal5571122553601043353531
Binary10110111100110100101011011111001000100110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,57,82); }

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

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

 a { background-color: rgb(45,57,82); }

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

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

 span { border-color: rgb(45,57,82); }

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