Html Css Color HEX #334155 Biscay

📋 copy color: '#334155'

red 51 ◦ green 65 ◦ blue 85

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

Shades of Biscay #334155

Tints of Biscay #334155

RGB

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

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

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

R = 25.37%
G = 32.34%
B = 42.29%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334155 (or 0x334155) is known color: Biscay. HEX triplet: 33, 41 and 55. RGB value is (51,65,85). Sum of RGB (Red+Green+Blue) = 51+65+85=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #334155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334155 is #CCBEAA. Grayscale: #3F3F3F. Windows color (decimal): -13418155 or 5587251. OLE color: 5587251.

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

Color convert

RGB 51 65 85 -
CMYK 0.40 0.24 0 0.67
HSL 215.29º 0.25% 0.27% -
HSV(B) 215.29º 0.4% 0.33% -
XYZ 4.9 5.14 9.33 -
YUV 63.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 51 65 85 0.40 0.24 0 0.67 215.29 0.25 0.27
Hex 33 41 55 28 18 0 43 D7 19 1B
Octal 63 101 125 50 30 0 103 327 31 33
Binary 110011 1000001 1010101 101000 11000 0 1000011 11010111 11001 11011

Color Harmonies of #334155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334155

Black with #334155

Text Example


Text Example

White with #334155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334155; }

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

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

background-color css

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

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

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

border-color css

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

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

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