Html Css Color HEX #334760 Cello

📋 copy color: '#334760'

red 51 ◦ green 71 ◦ blue 96

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

Shades of Cello #334760

Tints of Cello #334760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 23.39%
G = 32.57%
B = 44.04%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334760 (or 0x334760) is known color: Cello. HEX triplet: 33, 47 and 60. RGB value is (51,71,96). Sum of RGB (Red+Green+Blue) = 51+71+96=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #334760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334760 is #CCB89F. Grayscale: #434343. Windows color (decimal): -13416608 or 6309683. OLE color: 6309683.

HSL color Cylindrical-coordinate representation of color #334760: hue angle of 213.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 #334760 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 71 96 -
CMYK 0.47 0.26 0 0.62
HSL 213.33º 0.31% 0.29% -
HSV(B) 213.33º 0.47% 0.38% -
XYZ 5.73 6.05 11.93 -
YUV 67.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 51 71 96 0.47 0.26 0 0.62 213.33 0.31 0.29
Hex 33 47 60 2F 1A 0 3E D5 1F 1D
Octal 63 107 140 57 32 0 76 325 37 35
Binary 110011 1000111 1100000 101111 11010 0 111110 11010101 11111 11101

Color Harmonies of #334760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334760

Black with #334760

Text Example


Text Example

White with #334760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334760; }

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

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

background-color css

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

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

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

border-color css

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

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

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