Html Css Color HEX #344257 Biscay

📋 copy color: '#344257'

red 52 ◦ green 66 ◦ blue 87

#344257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #344257

Tints of Biscay #344257

RGB

 RED value IS 52 (20.7% from 255) = 25.37%

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 25.37%
G = 32.2%
B = 42.44%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344257 (or 0x344257) is known color: Biscay. HEX triplet: 34, 42 and 57. RGB value is (52,66,87). Sum of RGB (Red+Green+Blue) = 52+66+87=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #344257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344257 is #CBBDA8. Grayscale: #404040. Windows color (decimal): -13352361 or 5718580. OLE color: 5718580.

HSL color Cylindrical-coordinate representation of color #344257: hue angle of 216º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344257 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 66 87 -
CMYK 0.40 0.24 0 0.66
HSL 216º 0.25% 0.27% -
HSV(B) 216º 0.4% 0.34% -
XYZ 5.08 5.31 9.77 -
YUV 64.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 52 66 87 0.40 0.24 0 0.66 216 0.25 0.27
Hex 34 42 57 28 18 0 42 D8 19 1B
Octal 64 102 127 50 30 0 102 330 31 33
Binary 110100 1000010 1010111 101000 11000 0 1000010 11011000 11001 11011

Color Harmonies of #344257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344257

Black with #344257

Text Example


Text Example

White with #344257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344257; }

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

 H1.HeaderClassName
 {
   color: #344257;
 }
 .AnyTagClassName
 {
   color: #344257;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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