#434F61

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

Shades of Cello #434F61

Tints of Cello #434F61

Color information

#434F61 (or 0x434F61) is unknown color: approx Cello. HEX triplet: 43, 4F and 61. RGB value is (67,79,97). Sum of RGB (Red+Green+Blue) = 67+79+97=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #434F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F61 is #BCB09E. Grayscale: #4D4D4D. Windows color (decimal): -12365983 or 6377283. OLE color: 6377283.

HSL color Cylindrical-coordinate representation of color #434F61: hue angle of 216º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #434F61 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677997-
CMYK0.310.1900.62
HSL216º18.29%32.16%-
HSV(B)216º30.93%38.04%-
XYZ7.277.6512.4-
YUV77.46139.02120.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=27.57%
G=32.51%
B=39.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6779970.310.1900.6221618.2932.16
Hex434F611F1303Ed81220
Octal10311714137230763302240
Binary100001110011111100001111111001101111101101100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F61; }

 p { color: rgb(67,79,97); }

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

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

 a { background-color: rgb(67,79,97); }

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

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

 span { border-color: rgb(67,79,97); }

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