Html Css Color HEX #334C68 Cello

📋 copy color: '#334C68'

red 51 ◦ green 76 ◦ blue 104

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

Shades of Cello #334C68

Tints of Cello #334C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

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

R = 22.08%
G = 32.9%
B = 45.02%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334C68 (or 0x334C68) is known color: Cello. HEX triplet: 33, 4C and 68. RGB value is (51,76,104). Sum of RGB (Red+Green+Blue) = 51+76+104=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #334C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C68 is #CCB397. Grayscale: #474747. Windows color (decimal): -13415320 or 6835251. OLE color: 6835251.

HSL color Cylindrical-coordinate representation of color #334C68: hue angle of 211.7º 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 #334C68 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 76 104 -
CMYK 0.51 0.27 0 0.59
HSL 211.7º 0.34% 0.3% -
HSV(B) 211.7º 0.51% 0.41% -
XYZ 6.45 6.87 14.08 -
YUV 71.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 51 76 104 0.51 0.27 0 0.59 211.7 0.34 0.3
Hex 33 4C 68 33 1B 0 3B D4 22 1E
Octal 63 114 150 63 33 0 73 324 42 36
Binary 110011 1001100 1101000 110011 11011 0 111011 11010100 100010 11110

Color Harmonies of #334C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C68

Black with #334C68

Text Example


Text Example

White with #334C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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