Html Css Color HEX #334D6A Cello

📋 copy color: '#334D6A'

red 51 ◦ green 77 ◦ blue 106

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

Shades of Cello #334D6A

Tints of Cello #334D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 21.79%
G = 32.91%
B = 45.3%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#334D6A (or 0x334D6A) is known color: Cello. HEX triplet: 33, 4D and 6A. RGB value is (51,77,106). Sum of RGB (Red+Green+Blue) = 51+77+106=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #334D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D6A is #CCB295. Grayscale: #484848. Windows color (decimal): -13415062 or 6966579. OLE color: 6966579.

HSL color Cylindrical-coordinate representation of color #334D6A: hue angle of 211.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #334D6A is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 77 106 -
CMYK 0.52 0.27 0 0.58
HSL 211.64º 0.35% 0.31% -
HSV(B) 211.64º 0.52% 0.42% -
XYZ 6.62 7.05 14.65 -
YUV 72.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 51 77 106 0.52 0.27 0 0.58 211.64 0.35 0.31
Hex 33 4D 6A 34 1B 0 3A D4 23 1F
Octal 63 115 152 64 33 0 72 324 43 37
Binary 110011 1001101 1101010 110100 11011 0 111010 11010100 100011 11111

Color Harmonies of #334D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D6A

Black with #334D6A

Text Example


Text Example

White with #334D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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