Html Css Color HEX #344255 Biscay

📋 copy color: '#344255'

red 52 ◦ green 66 ◦ blue 85

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

Shades of Biscay #344255

Tints of Biscay #344255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 25.62%
G = 32.51%
B = 41.87%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344255 (or 0x344255) is known color: Biscay. HEX triplet: 34, 42 and 55. RGB value is (52,66,85). Sum of RGB (Red+Green+Blue) = 52+66+85=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #344255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344255 is #CBBDAA. Grayscale: #3F3F3F. Windows color (decimal): -13352363 or 5587508. OLE color: 5587508.

HSL color Cylindrical-coordinate representation of color #344255: hue angle of 214.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344255 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 66 85 -
CMYK 0.39 0.22 0 0.67
HSL 214.55º 0.24% 0.27% -
HSV(B) 214.55º 0.39% 0.33% -
XYZ 5 5.28 9.35 -
YUV 63.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 52 66 85 0.39 0.22 0 0.67 214.55 0.24 0.27
Hex 34 42 55 27 16 0 43 D7 18 1B
Octal 64 102 125 47 26 0 103 327 30 33
Binary 110100 1000010 1010101 100111 10110 0 1000011 11010111 11000 11011

Color Harmonies of #344255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344255

Black with #344255

Text Example


Text Example

White with #344255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344255; }

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

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

background-color css

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

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

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

border-color css

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

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

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