#2C3657

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

Shades of Biscay #2C3657

Tints of Biscay #2C3657

Color information

#2C3657 (or 0x2C3657) is unknown color: approx Biscay. HEX triplet: 2C, 36 and 57. RGB value is (44,54,87). Sum of RGB (Red+Green+Blue) = 44+54+87=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C3657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3657 is #D3C9A8. Grayscale: #363636. Windows color (decimal): -13879721 or 5715500. OLE color: 5715500.

HSL color Cylindrical-coordinate representation of color #2C3657: hue angle of 226.05º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C3657 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB445487-
CMYK0.490.3800.66
HSL226.05º32.82%25.69%-
HSV(B)226.05º49.43%34.12%-
XYZ4.083.869.55-
YUV54.77146.19120.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=23.78%
G=29.19%
B=47.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4454870.490.3800.66226.0532.8225.69
Hex2C36573126042e2211a
Octal5466127614601023424132
Binary1011001101101010111110001100110010000101110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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