Html Css Color HEX #334D6D Cello

📋 copy color: '#334D6D'

red 51 ◦ green 77 ◦ blue 109

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

Shades of Cello #334D6D

Tints of Cello #334D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 21.52%
G = 32.49%
B = 45.99%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#334D6D (or 0x334D6D) is known color: Cello. HEX triplet: 33, 4D and 6D. RGB value is (51,77,109). Sum of RGB (Red+Green+Blue) = 51+77+109=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #334D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D6D is #CCB292. Grayscale: #484848. Windows color (decimal): -13415059 or 7163187. OLE color: 7163187.

HSL color Cylindrical-coordinate representation of color #334D6D: hue angle of 213.1º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #334D6D is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 77 109 -
CMYK 0.53 0.29 0 0.57
HSL 213.1º 0.36% 0.31% -
HSV(B) 213.1º 0.53% 0.43% -
XYZ 6.78 7.12 15.48 -
YUV 72.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 51 77 109 0.53 0.29 0 0.57 213.1 0.36 0.31
Hex 33 4D 6D 35 1D 0 39 D5 24 1F
Octal 63 115 155 65 35 0 71 325 44 37
Binary 110011 1001101 1101101 110101 11101 0 111001 11010101 100100 11111

Color Harmonies of #334D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D6D

Black with #334D6D

Text Example


Text Example

White with #334D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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