#344258

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

Shades of Biscay #344258

Tints of Biscay #344258

Color information

#344258 (or 0x344258) is unknown color: approx Biscay. HEX triplet: 34, 42 and 58. RGB value is (52,66,88). Sum of RGB (Red+Green+Blue) = 52+66+88=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #344258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344258 is #CBBDA7. Grayscale: #404040. Windows color (decimal): -13352360 or 5784116. OLE color: 5784116.

HSL color Cylindrical-coordinate representation of color #344258: hue angle of 216.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344258 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526688-
CMYK0.410.2500.65
HSL216.67º25.71%27.45%-
HSV(B)216.67º40.91%34.51%-
XYZ5.135.339.99-
YUV64.32141.36119.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=25.24%
G=32.04%
B=42.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5266880.410.2500.65216.6725.7127.45
Hex3442582919041d91a1b
Octal64102130513101013313233
Binary110100100001010110001010011100101000001110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344258; }

 p { color: rgb(52,66,88); }

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

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

 a { background-color: rgb(52,66,88); }

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

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

 span { border-color: rgb(52,66,88); }

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