Html Css Color HEX #334056 Biscay

📋 copy color: '#334056'

red 51 ◦ green 64 ◦ blue 86

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

Shades of Biscay #334056

Tints of Biscay #334056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 25.37%
G = 31.84%
B = 42.79%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334056 (or 0x334056) is known color: Biscay. HEX triplet: 33, 40 and 56. RGB value is (51,64,86). Sum of RGB (Red+Green+Blue) = 51+64+86=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #334056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334056 is #CCBFA9. Grayscale: #3E3E3E. Windows color (decimal): -13418410 or 5652531. OLE color: 5652531.

HSL color Cylindrical-coordinate representation of color #334056: hue angle of 217.71º 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 #334056 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 64 86 -
CMYK 0.41 0.26 0 0.66
HSL 217.71º 0.26% 0.27% -
HSV(B) 217.71º 0.41% 0.34% -
XYZ 4.88 5.04 9.52 -
YUV 62.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 51 64 86 0.41 0.26 0 0.66 217.71 0.26 0.27
Hex 33 40 56 29 1A 0 42 DA 1A 1B
Octal 63 100 126 51 32 0 102 332 32 33
Binary 110011 1000000 1010110 101001 11010 0 1000010 11011010 11010 11011

Color Harmonies of #334056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334056

Black with #334056

Text Example


Text Example

White with #334056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334056; }

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

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

background-color css

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

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

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

border-color css

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

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

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