Html Css Color HEX #334154 Biscay

📋 copy color: '#334154'

red 51 ◦ green 65 ◦ blue 84

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

Shades of Biscay #334154

Tints of Biscay #334154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42%

R = 25.5%
G = 32.5%
B = 42%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334154 (or 0x334154) is known color: Biscay. HEX triplet: 33, 41 and 54. RGB value is (51,65,84). Sum of RGB (Red+Green+Blue) = 51+65+84=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #334154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334154 is #CCBEAB. Grayscale: #3E3E3E. Windows color (decimal): -13418156 or 5521715. OLE color: 5521715.

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

Color convert

RGB 51 65 84 -
CMYK 0.39 0.23 0 0.67
HSL 214.55º 0.24% 0.26% -
HSV(B) 214.55º 0.39% 0.33% -
XYZ 4.86 5.12 9.12 -
YUV 62.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 51 65 84 0.39 0.23 0 0.67 214.55 0.24 0.26
Hex 33 41 54 27 17 0 43 D7 18 1A
Octal 63 101 124 47 27 0 103 327 30 32
Binary 110011 1000001 1010100 100111 10111 0 1000011 11010111 11000 11010

Color Harmonies of #334154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334154

Black with #334154

Text Example


Text Example

White with #334154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334154; }

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

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

background-color css

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

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

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

border-color css

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

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

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