Html Css Color HEX #334D5B Cello

📋 copy color: '#334D5B'

red 51 ◦ green 77 ◦ blue 91

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

Shades of Cello #334D5B

Tints of Cello #334D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 23.29%
G = 35.16%
B = 41.55%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#334D5B (or 0x334D5B) is known color: Cello. HEX triplet: 33, 4D and 5B. RGB value is (51,77,91). Sum of RGB (Red+Green+Blue) = 51+77+91=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #334D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D5B is #CCB2A4. Grayscale: #464646. Windows color (decimal): -13415077 or 5983539. OLE color: 5983539.

HSL color Cylindrical-coordinate representation of color #334D5B: hue angle of 201º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #334D5B is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 77 91 -
CMYK 0.44 0.15 0 0.64
HSL 201º 0.28% 0.28% -
HSV(B) 201º 0.44% 0.36% -
XYZ 5.91 6.77 10.89 -
YUV 70.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 51 77 91 0.44 0.15 0 0.64 201 0.28 0.28
Hex 33 4D 5B 2C F 0 40 C9 1C 1C
Octal 63 115 133 54 17 0 100 311 34 34
Binary 110011 1001101 1011011 101100 1111 0 1000000 11001001 11100 11100

Color Harmonies of #334D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D5B

Black with #334D5B

Text Example


Text Example

White with #334D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D5B; }

 p { color: rgb(51,77,91); }

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

background-color css

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

 a { background-color: rgb(51,77,91); }

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

border-color css

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

 span { border-color: rgb(51,77,91); }

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