#2C3755

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

Shades of Biscay #2C3755

Tints of Biscay #2C3755

Color information

#2C3755 (or 0x2C3755) is unknown color: approx Biscay. HEX triplet: 2C, 37 and 55. RGB value is (44,55,85). Sum of RGB (Red+Green+Blue) = 44+55+85=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3755 is #D3C8AA. Grayscale: #363636. Windows color (decimal): -13879467 or 5584684. OLE color: 5584684.

HSL color Cylindrical-coordinate representation of color #2C3755: hue angle of 223.9º degrees, saturation: 0.32, 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 #2C3755 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB445585-
CMYK0.480.3500.67
HSL223.9º31.78%25.29%-
HSV(B)223.9º48.24%33.33%-
XYZ4.043.929.14-
YUV55.13144.86120.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.91%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=23.91%
G=29.89%
B=46.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4455850.480.3500.67223.931.7825.29
Hex2C37553023043e02019
Octal5467125604301033404031
Binary1011001101111010101110000100011010000111110000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,85); }

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

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

 a { background-color: rgb(44,55,85); }

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

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

 span { border-color: rgb(44,55,85); }

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