#2C3654

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

Shades of Biscay #2C3654

Tints of Biscay #2C3654

Color information

#2C3654 (or 0x2C3654) is unknown color: approx Biscay. HEX triplet: 2C, 36 and 54. RGB value is (44,54,84). Sum of RGB (Red+Green+Blue) = 44+54+84=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C3654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3654 is #D3C9AB. Grayscale: #363636. Windows color (decimal): -13879724 or 5518892. OLE color: 5518892.

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

Color convert

RGB445484-
CMYK0.480.3600.67
HSL225º31.25%25.1%-
HSV(B)225º47.62%32.94%-
XYZ3.963.818.92-
YUV54.43144.69120.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=24.18%
G=29.67%
B=46.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4454840.480.3600.6722531.2525.1
Hex2C36543024043e11f19
Octal5466124604401033413731
Binary101100110110101010011000010010001000011111000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,54,84); }

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

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

 a { background-color: rgb(44,54,84); }

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

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

 span { border-color: rgb(44,54,84); }

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