Html Css Color HEX #334F5D Cello

📋 copy color: '#334F5D'

red 51 ◦ green 79 ◦ blue 93

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

Shades of Cello #334F5D

Tints of Cello #334F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 22.87%
G = 35.43%
B = 41.7%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#334F5D (or 0x334F5D) is known color: Cello. HEX triplet: 33, 4F and 5D. RGB value is (51,79,93). Sum of RGB (Red+Green+Blue) = 51+79+93=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #334F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F5D is #CCB0A2. Grayscale: #484848. Windows color (decimal): -13414563 or 6115123. OLE color: 6115123.

HSL color Cylindrical-coordinate representation of color #334F5D: hue angle of 200º 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 #334F5D is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 79 93 -
CMYK 0.45 0.15 0 0.64
HSL 200º 0.29% 0.28% -
HSV(B) 200º 0.45% 0.36% -
XYZ 6.14 7.09 11.4 -
YUV 72.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 51 79 93 0.45 0.15 0 0.64 200 0.29 0.28
Hex 33 4F 5D 2D F 0 40 C8 1D 1C
Octal 63 117 135 55 17 0 100 310 35 34
Binary 110011 1001111 1011101 101101 1111 0 1000000 11001000 11101 11100

Color Harmonies of #334F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F5D

Black with #334F5D

Text Example


Text Example

White with #334F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,93); }

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

background-color css

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

 a { background-color: rgb(51,79,93); }

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

border-color css

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

 span { border-color: rgb(51,79,93); }

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