Html Css Color HEX #334E68 Cello

📋 copy color: '#334E68'

red 51 ◦ green 78 ◦ blue 104

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

Shades of Cello #334E68

Tints of Cello #334E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.48%

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 21.89%
G = 33.48%
B = 44.64%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334E68 (or 0x334E68) is known color: Cello. HEX triplet: 33, 4E and 68. RGB value is (51,78,104). Sum of RGB (Red+Green+Blue) = 51+78+104=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #334E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E68 is #CCB197. Grayscale: #484848. Windows color (decimal): -13414808 or 6835763. OLE color: 6835763.

HSL color Cylindrical-coordinate representation of color #334E68: hue angle of 209.43º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334E68 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 78 104 -
CMYK 0.51 0.25 0 0.59
HSL 209.43º 0.34% 0.3% -
HSV(B) 209.43º 0.51% 0.41% -
XYZ 6.59 7.15 14.13 -
YUV 72.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 51 78 104 0.51 0.25 0 0.59 209.43 0.34 0.3
Hex 33 4E 68 33 19 0 3B D1 22 1E
Octal 63 116 150 63 31 0 73 321 42 36
Binary 110011 1001110 1101000 110011 11001 0 111011 11010001 100010 11110

Color Harmonies of #334E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E68

Black with #334E68

Text Example


Text Example

White with #334E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,104); }

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

background-color css

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

 a { background-color: rgb(51,78,104); }

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

border-color css

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

 span { border-color: rgb(51,78,104); }

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