Html Css Color HEX #334053 Biscay

📋 copy color: '#334053'

red 51 ◦ green 64 ◦ blue 83

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

Shades of Biscay #334053

Tints of Biscay #334053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 25.76%
G = 32.32%
B = 41.92%

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

#334053 (or 0x334053) is known color: Biscay. HEX triplet: 33, 40 and 53. RGB value is (51,64,83). Sum of RGB (Red+Green+Blue) = 51+64+83=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #334053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334053 is #CCBFAC. Grayscale: #3E3E3E. Windows color (decimal): -13418413 or 5455923. OLE color: 5455923.

HSL color Cylindrical-coordinate representation of color #334053: hue angle of 215.62º 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 #334053 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 64 83 -
CMYK 0.39 0.23 0 0.67
HSL 215.63º 0.24% 0.26% -
HSV(B) 215.63º 0.39% 0.33% -
XYZ 4.76 5 8.9 -
YUV 62.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 51 64 83 0.39 0.23 0 0.67 215.63 0.24 0.26
Hex 33 40 53 27 17 0 43 D8 18 1A
Octal 63 100 123 47 27 0 103 330 30 32
Binary 110011 1000000 1010011 100111 10111 0 1000011 11011000 11000 11010

Color Harmonies of #334053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334053

Black with #334053

Text Example


Text Example

White with #334053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334053; }

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

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

background-color css

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

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

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

border-color css

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

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

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