Html Css Color HEX #334156 Biscay

📋 copy color: '#334156'

red 51 ◦ green 65 ◦ blue 86

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

Shades of Biscay #334156

Tints of Biscay #334156

RGB

 RED value IS 51 (20.31% from 255) = 25.25%

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 25.25%
G = 32.18%
B = 42.57%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334156 (or 0x334156) is known color: Biscay. HEX triplet: 33, 41 and 56. RGB value is (51,65,86). Sum of RGB (Red+Green+Blue) = 51+65+86=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #334156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334156 is #CCBEA9. Grayscale: #3F3F3F. Windows color (decimal): -13418154 or 5652787. OLE color: 5652787.

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

Color convert

RGB 51 65 86 -
CMYK 0.41 0.24 0 0.66
HSL 216º 0.26% 0.27% -
HSV(B) 216º 0.41% 0.34% -
XYZ 4.94 5.16 9.54 -
YUV 63.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 51 65 86 0.41 0.24 0 0.66 216 0.26 0.27
Hex 33 41 56 29 18 0 42 D8 1A 1B
Octal 63 101 126 51 30 0 102 330 32 33
Binary 110011 1000001 1010110 101001 11000 0 1000010 11011000 11010 11011

Color Harmonies of #334156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334156

Black with #334156

Text Example


Text Example

White with #334156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334156; }

 p { color: rgb(51,65,86); }

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

background-color css

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

 a { background-color: rgb(51,65,86); }

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

border-color css

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

 span { border-color: rgb(51,65,86); }

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