Html Css Color HEX #334D60 Cello

📋 copy color: '#334D60'

red 51 ◦ green 77 ◦ blue 96

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

Shades of Cello #334D60

Tints of Cello #334D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 22.77%
G = 34.38%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334D60 (or 0x334D60) is known color: Cello. HEX triplet: 33, 4D and 60. RGB value is (51,77,96). Sum of RGB (Red+Green+Blue) = 51+77+96=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #334D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D60 is #CCB29F. Grayscale: #474747. Windows color (decimal): -13415072 or 6311219. OLE color: 6311219.

HSL color Cylindrical-coordinate representation of color #334D60: hue angle of 205.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334D60 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 77 96 -
CMYK 0.47 0.20 0 0.62
HSL 205.33º 0.31% 0.29% -
HSV(B) 205.33º 0.47% 0.38% -
XYZ 6.13 6.86 12.07 -
YUV 71.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 51 77 96 0.47 0.20 0 0.62 205.33 0.31 0.29
Hex 33 4D 60 2F 14 0 3E CD 1F 1D
Octal 63 115 140 57 24 0 76 315 37 35
Binary 110011 1001101 1100000 101111 10100 0 111110 11001101 11111 11101

Color Harmonies of #334D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D60

Black with #334D60

Text Example


Text Example

White with #334D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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