Html Css Color HEX #334D5F Cello

📋 copy color: '#334D5F'

red 51 ◦ green 77 ◦ blue 95

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

Shades of Cello #334D5F

Tints of Cello #334D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 22.87%
G = 34.53%
B = 42.6%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#334D5F (or 0x334D5F) is known color: Cello. HEX triplet: 33, 4D and 5F. RGB value is (51,77,95). Sum of RGB (Red+Green+Blue) = 51+77+95=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #334D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D5F is #CCB2A0. Grayscale: #474747. Windows color (decimal): -13415073 or 6245683. OLE color: 6245683.

HSL color Cylindrical-coordinate representation of color #334D5F: hue angle of 204.55º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334D5F is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 77 95 -
CMYK 0.46 0.19 0 0.63
HSL 204.55º 0.3% 0.29% -
HSV(B) 204.55º 0.46% 0.37% -
XYZ 6.08 6.84 11.83 -
YUV 71.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 51 77 95 0.46 0.19 0 0.63 204.55 0.3 0.29
Hex 33 4D 5F 2E 13 0 3F CD 1E 1D
Octal 63 115 137 56 23 0 77 315 36 35
Binary 110011 1001101 1011111 101110 10011 0 111111 11001101 11110 11101

Color Harmonies of #334D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D5F

Black with #334D5F

Text Example


Text Example

White with #334D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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