#334C69

Color #334C69 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #334C69

Tints of Cello #334C69

Color information

#334C69 (or 0x334C69) is unknown color: approx Cello. HEX triplet: 33, 4C and 69. RGB value is (51,76,105). Sum of RGB (Red+Green+Blue) = 51+76+105=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #334C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C69 is #CCB396. Grayscale: #474747. Windows color (decimal): -13415319 or 6900787. OLE color: 6900787.

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

Color convert

RGB5176105-
CMYK0.510.2800.59
HSL212.22º34.62%30.59%-
HSV(B)212.22º51.43%41.18%-
XYZ6.56.8914.35-
YUV71.83146.72113.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=21.98%
G=32.76%
B=45.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51761050.510.2800.59212.2234.6230.59
Hex334C69331C03Bd4231f
Octal6311415163340733244337
Binary110011100110011010011100111110001110111101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #334C69;
 }
 .AnyTagClassName
 {
   color: #334C69;
 }
</style>
background-color css

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

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

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

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

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

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