Html Css Color HEX #334157 Biscay

📋 copy color: '#334157'

red 51 ◦ green 65 ◦ blue 87

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

Shades of Biscay #334157

Tints of Biscay #334157

RGB

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

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

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

R = 25.12%
G = 32.02%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334157 (or 0x334157) is known color: Biscay. HEX triplet: 33, 41 and 57. RGB value is (51,65,87). Sum of RGB (Red+Green+Blue) = 51+65+87=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #334157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334157 is #CCBEA8. Grayscale: #3F3F3F. Windows color (decimal): -13418153 or 5718323. OLE color: 5718323.

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

Color convert

RGB 51 65 87 -
CMYK 0.41 0.25 0 0.66
HSL 216.67º 0.26% 0.27% -
HSV(B) 216.67º 0.41% 0.34% -
XYZ 4.98 5.17 9.75 -
YUV 63.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 51 65 87 0.41 0.25 0 0.66 216.67 0.26 0.27
Hex 33 41 57 29 19 0 42 D9 1A 1B
Octal 63 101 127 51 31 0 102 331 32 33
Binary 110011 1000001 1010111 101001 11001 0 1000010 11011001 11010 11011

Color Harmonies of #334157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334157

Black with #334157

Text Example


Text Example

White with #334157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334157; }

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

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

background-color css

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

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

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

border-color css

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

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

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