Html Css Color HEX #334761 Cello

📋 copy color: '#334761'

red 51 ◦ green 71 ◦ blue 97

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

Shades of Cello #334761

Tints of Cello #334761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 23.29%
G = 32.42%
B = 44.29%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334761 (or 0x334761) is known color: Cello. HEX triplet: 33, 47 and 61. RGB value is (51,71,97). Sum of RGB (Red+Green+Blue) = 51+71+97=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #334761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334761 is #CCB89E. Grayscale: #434343. Windows color (decimal): -13416607 or 6375219. OLE color: 6375219.

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

Color convert

RGB 51 71 97 -
CMYK 0.47 0.27 0 0.62
HSL 213.91º 0.31% 0.29% -
HSV(B) 213.91º 0.47% 0.38% -
XYZ 5.78 6.07 12.18 -
YUV 67.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 51 71 97 0.47 0.27 0 0.62 213.91 0.31 0.29
Hex 33 47 61 2F 1B 0 3E D6 1F 1D
Octal 63 107 141 57 33 0 76 326 37 35
Binary 110011 1000111 1100001 101111 11011 0 111110 11010110 11111 11101

Color Harmonies of #334761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334761

Black with #334761

Text Example


Text Example

White with #334761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334761; }

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

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

background-color css

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

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

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

border-color css

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

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

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