#334D62

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

Shades of Cello #334D62

Tints of Cello #334D62

Color information

#334D62 (or 0x334D62) is unknown color: approx Cello. HEX triplet: 33, 4D and 62. RGB value is (51,77,98). Sum of RGB (Red+Green+Blue) = 51+77+98=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #334D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D62 is #CCB29D. Grayscale: #474747. Windows color (decimal): -13415070 or 6442291. OLE color: 6442291.

HSL color Cylindrical-coordinate representation of color #334D62: hue angle of 206.81º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334D62 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517798-
CMYK0.480.2100.62
HSL206.81º31.54%29.22%-
HSV(B)206.81º47.96%38.43%-
XYZ6.226.8912.56-
YUV71.62142.89113.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=22.57%
G=34.07%
B=43.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5177980.480.2100.62206.8131.5429.22
Hex334D62301503Ecf201d
Octal6311514260250763174035
Binary110011100110111000101100001010101111101100111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,77,98); }

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

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

 a { background-color: rgb(51,77,98); }

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

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

 span { border-color: rgb(51,77,98); }

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