Html Css Color HEX #334D5C Cello

📋 copy color: '#334D5C'

red 51 ◦ green 77 ◦ blue 92

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

Shades of Cello #334D5C

Tints of Cello #334D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 23.18%
G = 35%
B = 41.82%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#334D5C (or 0x334D5C) is known color: Cello. HEX triplet: 33, 4D and 5C. RGB value is (51,77,92). Sum of RGB (Red+Green+Blue) = 51+77+92=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #334D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D5C is #CCB2A3. Grayscale: #464646. Windows color (decimal): -13415076 or 6049075. OLE color: 6049075.

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

Color convert

RGB 51 77 92 -
CMYK 0.45 0.16 0 0.64
HSL 201.95º 0.29% 0.28% -
HSV(B) 201.95º 0.45% 0.36% -
XYZ 5.95 6.78 11.12 -
YUV 70.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 51 77 92 0.45 0.16 0 0.64 201.95 0.29 0.28
Hex 33 4D 5C 2D 10 0 40 CA 1D 1C
Octal 63 115 134 55 20 0 100 312 35 34
Binary 110011 1001101 1011100 101101 10000 0 1000000 11001010 11101 11100

Color Harmonies of #334D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D5C

Black with #334D5C

Text Example


Text Example

White with #334D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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